<?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: ListenUDP Fault tolerance in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/ListenUDP-Fault-tolerance/m-p/381345#M244287</link>
    <description>&lt;OL&gt;&lt;LI&gt;How the FlowFile is distributed from your ListenUDP processor to the next in the flow is defined in the connection between them.&lt;/LI&gt;&lt;LI&gt;Leveraging something like HAProxy, Nginx, or any other form of load balancer in front of your NiFi cluster would be a way to ensure you data is forwarded to any of the nodes that are still accessible as long as the cluster is up.&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;</description>
    <pubDate>Wed, 27 Dec 2023 20:14:32 GMT</pubDate>
    <dc:creator>joseomjr</dc:creator>
    <dc:date>2023-12-27T20:14:32Z</dc:date>
    <item>
      <title>ListenUDP Fault tolerance</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ListenUDP-Fault-tolerance/m-p/381184#M244262</link>
      <description>&lt;P&gt;Hi all, I have built an Apache nifi cluster consisting of 5 nodes and a separate zookeeper server. After that I login to webui and use the ListenUDP processor. This processor opens for example 50000 port on all nodes and it can receive information on any node. For example I will send information to host1:50000, then it should distribute the information on all nodes (host2, host3, host4, host5). It does all this and everything works, but I have two questions.&lt;BR /&gt;1) Does host1 participate in sending logs further down the processors or does it just receive and distribute?&lt;BR /&gt;2) The Nifi cluster is called fault tolerant, but what if host1 becomes unavailable? Essentially it will not be able to receive information and distribute it to nodes. Is there any solution for this? So that when host1 goes down, the information can be transferred to host2?&lt;/P&gt;</description>
      <pubDate>Mon, 25 Dec 2023 10:26:59 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ListenUDP-Fault-tolerance/m-p/381184#M244262</guid>
      <dc:creator>benimaru</dc:creator>
      <dc:date>2023-12-25T10:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: ListenUDP Fault tolerance</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ListenUDP-Fault-tolerance/m-p/381259#M244273</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/108467"&gt;@benimaru&lt;/a&gt;&amp;nbsp;Welcome to the Cloudera Community!&lt;BR /&gt;&lt;BR /&gt;To help you get the best possible solution, I have tagged our NiFi experts&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/80381"&gt;@SAMSAL&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/105558"&gt;@joseomjr&lt;/a&gt;&amp;nbsp; who may be able to assist you further.&lt;BR /&gt;&lt;BR /&gt;Please keep us updated on your post, and we hope you find a satisfactory solution to your query.&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2023 18:51:34 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ListenUDP-Fault-tolerance/m-p/381259#M244273</guid>
      <dc:creator>DianaTorres</dc:creator>
      <dc:date>2023-12-26T18:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: ListenUDP Fault tolerance</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ListenUDP-Fault-tolerance/m-p/381345#M244287</link>
      <description>&lt;OL&gt;&lt;LI&gt;How the FlowFile is distributed from your ListenUDP processor to the next in the flow is defined in the connection between them.&lt;/LI&gt;&lt;LI&gt;Leveraging something like HAProxy, Nginx, or any other form of load balancer in front of your NiFi cluster would be a way to ensure you data is forwarded to any of the nodes that are still accessible as long as the cluster is up.&amp;nbsp;&lt;/LI&gt;&lt;/OL&gt;</description>
      <pubDate>Wed, 27 Dec 2023 20:14:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ListenUDP-Fault-tolerance/m-p/381345#M244287</guid>
      <dc:creator>joseomjr</dc:creator>
      <dc:date>2023-12-27T20:14:32Z</dc:date>
    </item>
    <item>
      <title>Re: ListenUDP Fault tolerance</title>
      <link>https://community.cloudera.com/t5/Support-Questions/ListenUDP-Fault-tolerance/m-p/381569#M244339</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/108467"&gt;@benimaru&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;It is important to understand that NiFi does not replicate active FlowFiles (objects queued in connection between NiFi processor components) across multiple nodes.&amp;nbsp; So in a five node NiFi cluster where you are load balancing FlowFiles across all nodes, each node has a unique subset of the full data received. This if node 1 goes down, the FlowFiles on node 1 will not be processed until node 1 is back up.&lt;BR /&gt;&lt;BR /&gt;100% agree with&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/105558"&gt;@joseomjr&lt;/a&gt;&amp;nbsp;that placing an external load balancer in front of the ListenUDP endpoint is the correct solution to ensure high availability of that endpoint across all your NiFi nodes.&lt;/P&gt;&lt;P&gt;If you found any of the suggestions/solutions provided helped you with your issue, please take a moment to login and click "&lt;SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;Accept as Solution&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt;" on one or more of them that helped.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you,&lt;BR /&gt;Matt&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Jan 2024 14:33:47 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/ListenUDP-Fault-tolerance/m-p/381569#M244339</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2024-01-02T14:33:47Z</dc:date>
    </item>
  </channel>
</rss>

