<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Re: Looking for feedback on NiFi Cluster setup in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Looking-for-feedback-on-NiFi-Cluster-setup/m-p/129178#M55722</link>
    <description>&lt;P&gt;It's TCP/IP &lt;/P&gt;&lt;P&gt;and the data is in HL7 format (format used in healthcare industry)  &lt;/P&gt;</description>
    <pubDate>Tue, 28 Feb 2017 23:21:34 GMT</pubDate>
    <dc:creator>Raj_B</dc:creator>
    <dc:date>2017-02-28T23:21:34Z</dc:date>
    <item>
      <title>Looking for feedback on NiFi Cluster setup</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Looking-for-feedback-on-NiFi-Cluster-setup/m-p/129176#M55720</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;We're working on setting up a NiFi Cluster; additional requirements for us are 1) capture Provenance data and 2) load balance the incoming data that's being pushed to NiFi; so, we're envisioning the below architecture, where a separate NiFi instance will receive the data that's being pushed by the data producer, for load balancing and it will also be used to archive Provenance data (from the Cluster) to HDFS; &lt;/P&gt;&lt;P&gt;I would appreciate your feedback on our design, do you see any flaws, would this work, and any suggestions for better ways of achieving this.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="13037-nifi-provenance-load-balancing.png" style="width: 893px;"&gt;&lt;img src="https://community.cloudera.com/t5/image/serverpage/image-id/22477i08742276B9439B8E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="13037-nifi-provenance-load-balancing.png" alt="13037-nifi-provenance-load-balancing.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Aug 2019 09:45:08 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Looking-for-feedback-on-NiFi-Cluster-setup/m-p/129176#M55720</guid>
      <dc:creator>Raj_B</dc:creator>
      <dc:date>2019-08-19T09:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for feedback on NiFi Cluster setup</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Looking-for-feedback-on-NiFi-Cluster-setup/m-p/129177#M55721</link>
      <description>&lt;P&gt;What protocol is the data producer using to push data to the first NiFi instance?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 23:03:40 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Looking-for-feedback-on-NiFi-Cluster-setup/m-p/129177#M55721</guid>
      <dc:creator>bbende</dc:creator>
      <dc:date>2017-02-28T23:03:40Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for feedback on NiFi Cluster setup</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Looking-for-feedback-on-NiFi-Cluster-setup/m-p/129178#M55722</link>
      <description>&lt;P&gt;It's TCP/IP &lt;/P&gt;&lt;P&gt;and the data is in HL7 format (format used in healthcare industry)  &lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 23:21:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Looking-for-feedback-on-NiFi-Cluster-setup/m-p/129178#M55722</guid>
      <dc:creator>Raj_B</dc:creator>
      <dc:date>2017-02-28T23:21:34Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for feedback on NiFi Cluster setup</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Looking-for-feedback-on-NiFi-Cluster-setup/m-p/129179#M55723</link>
      <description>&lt;P&gt;Ok, I'm going to assume ListenTCP is the entry point then, let me know if that is not true. &lt;/P&gt;&lt;P&gt;My thought is to reverse this a little bit, because right now if your first NiFi instance goes down then your data producer has nowhere to send the data.&lt;/P&gt;&lt;P&gt;Data Producer -&amp;gt; Load Balancer (nginx supports TCP) -&amp;gt; NiFi Cluster with each node having ListenTCP.&lt;/P&gt;&lt;P&gt;Then have this cluster push the provenance data to a standalone NiFi instance that just puts it into HDFS. This way this second NiFi instance is not in the critical path of the real data and is only responsible for the provenance data. Depending how important the provenance data is to you, you could make this a two node cluster to ensure at least a minimum amount of failover.&lt;/P&gt;</description>
      <pubDate>Tue, 28 Feb 2017 23:35:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Looking-for-feedback-on-NiFi-Cluster-setup/m-p/129179#M55723</guid>
      <dc:creator>bbende</dc:creator>
      <dc:date>2017-02-28T23:35:59Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for feedback on NiFi Cluster setup</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Looking-for-feedback-on-NiFi-Cluster-setup/m-p/129180#M55724</link>
      <description>&lt;P&gt;Yes, we're using ListenTCP; &lt;/P&gt;&lt;P&gt;I agree with your recommendation.&lt;/P&gt;&lt;P&gt;Our Data Producer is not able to send data to multiple IPs, they can send it to just one IP; so, we're exploring an external load balancer appliance option that sits in front of NiFi Cluster, but I am having this Site-to-Site design as a backup option to the external load balancer (in our case some custom coding needs to be done on our Data Producer side to make load balancing work, so the site-to-site is just a backup in case we have trouble making it work)&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 04:02:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Looking-for-feedback-on-NiFi-Cluster-setup/m-p/129180#M55724</guid>
      <dc:creator>Raj_B</dc:creator>
      <dc:date>2017-03-01T04:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Looking for feedback on NiFi Cluster setup</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Looking-for-feedback-on-NiFi-Cluster-setup/m-p/129181#M55725</link>
      <description>&lt;P&gt;Makes sense, I think haproxy (http://www.haproxy.org/) is a free load balancer that supports TCP, then your data producer can just send to the haproxy address.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Mar 2017 04:12:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Looking-for-feedback-on-NiFi-Cluster-setup/m-p/129181#M55725</guid>
      <dc:creator>bbende</dc:creator>
      <dc:date>2017-03-01T04:12:15Z</dc:date>
    </item>
  </channel>
</rss>

