<?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: Nifi vs Kafka and ESB in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-vs-Kafka-and-ESB/m-p/201226#M62532</link>
    <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2696/bigdatasupernova.html" nodeid="2696"&gt;@bigdata.neophyte&lt;/A&gt; Here are a few answers for you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;NiFi can be interacted with via the UI as well as its REST API. The API is documented at &lt;A href="https://nifi.apache.org/docs/nifi-docs/rest-api/index.html" target="_blank"&gt;https://nifi.apache.org/docs/nifi-docs/rest-api/index.html&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;NiFi is primarily a data flow tool whereas Kafka is a broker for a pub/sub type of use pattern. Kafka is frequently used as the backing mechanism for NiFi flows in a pub/sub architecture, so while they work well together they provide two different functions in a given solution.&lt;/LI&gt;&lt;LI&gt;NiFi does have a visual command and control mechanism, while Kafka does not have a native command and control GUI&lt;/LI&gt;&lt;LI&gt;Apache Atlas, Kafka, and NiFi all can work together to provide a comprehensive lineage / governance solution. There is a high level architecture slide at &lt;A href="https://hortonworks.com/apache/atlas/#section_2" target="_blank"&gt;https://hortonworks.com/apache/atlas/#section_2&lt;/A&gt; as well as a tutorial that might help this make more sense at &lt;A href="https://hortonworks.com/hadoop-tutorial/cross-component-lineage-apache-atlas/" target="_blank"&gt;https://hortonworks.com/hadoop-tutorial/cross-component-lineage-apache-atlas/&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;Data prioritization, back pressure, and balancing latency and throughput  are all within NiFi's many strong points and these can be leveraged easily. Kafka does really not provide data prioritization.&lt;/LI&gt;&lt;LI&gt;Security aspects of both Kafka and NiFi are tightly integrated with Apache Ranger, take a look at &lt;A href="https://hortonworks.com/apache/ranger/" target="_blank"&gt;https://hortonworks.com/apache/ranger/&lt;/A&gt; for additional details.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Hope this helps, and please accept the answer if this was helpful.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jun 2017 04:09:17 GMT</pubDate>
    <dc:creator>mriggs1</dc:creator>
    <dc:date>2017-06-08T04:09:17Z</dc:date>
    <item>
      <title>Nifi vs Kafka and ESB</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-vs-Kafka-and-ESB/m-p/201225#M62531</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am very new to Nifi and HDF and hence finding it tough to understand the USP of Nifi with respect to other data transport mechanisms. So any help would be grateful.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Is NiFi’s primary interaction only through UI?&lt;/LI&gt;&lt;LI&gt;How different is Nifi from Kafka or any enterprise ESB apart from the visual data flow aspect?&lt;/LI&gt;&lt;LI&gt;Especially when comparing with Kafka, what is common between them and where does they differ?&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;My understanding of the Nifi features with respect to Kafka&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Visual Command and Control - Not available in Kafka&lt;/LI&gt;&lt;LI&gt;Data lineage - Something that can be done with Apache Atlas for Kafka?&lt;/LI&gt;&lt;LI&gt;Data prioritisation - I presume this can be controlled with a combination of topics and consumers and consumer groups in Kafka&lt;/LI&gt;&lt;LI&gt;Back pressure - As Kafka can retain data, consumers can always replay the data and catch-up&lt;/LI&gt;&lt;LI&gt;Control Latency vs Throughput - Similar to back pressure and prioritisation, this can be controlled with consumers and topics with data retention&lt;/LI&gt;&lt;LI&gt;Security - Kafka also has got security implementation&lt;/LI&gt;&lt;LI&gt;Scaling - Build a Kafka cluster&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 21 Apr 2026 12:22:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-vs-Kafka-and-ESB/m-p/201225#M62531</guid>
      <dc:creator>bigdata_superno</dc:creator>
      <dc:date>2026-04-21T12:22:53Z</dc:date>
    </item>
    <item>
      <title>Re: Nifi vs Kafka and ESB</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-vs-Kafka-and-ESB/m-p/201226#M62532</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/2696/bigdatasupernova.html" nodeid="2696"&gt;@bigdata.neophyte&lt;/A&gt; Here are a few answers for you:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;NiFi can be interacted with via the UI as well as its REST API. The API is documented at &lt;A href="https://nifi.apache.org/docs/nifi-docs/rest-api/index.html" target="_blank"&gt;https://nifi.apache.org/docs/nifi-docs/rest-api/index.html&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;NiFi is primarily a data flow tool whereas Kafka is a broker for a pub/sub type of use pattern. Kafka is frequently used as the backing mechanism for NiFi flows in a pub/sub architecture, so while they work well together they provide two different functions in a given solution.&lt;/LI&gt;&lt;LI&gt;NiFi does have a visual command and control mechanism, while Kafka does not have a native command and control GUI&lt;/LI&gt;&lt;LI&gt;Apache Atlas, Kafka, and NiFi all can work together to provide a comprehensive lineage / governance solution. There is a high level architecture slide at &lt;A href="https://hortonworks.com/apache/atlas/#section_2" target="_blank"&gt;https://hortonworks.com/apache/atlas/#section_2&lt;/A&gt; as well as a tutorial that might help this make more sense at &lt;A href="https://hortonworks.com/hadoop-tutorial/cross-component-lineage-apache-atlas/" target="_blank"&gt;https://hortonworks.com/hadoop-tutorial/cross-component-lineage-apache-atlas/&lt;/A&gt;.&lt;/LI&gt;&lt;LI&gt;Data prioritization, back pressure, and balancing latency and throughput  are all within NiFi's many strong points and these can be leveraged easily. Kafka does really not provide data prioritization.&lt;/LI&gt;&lt;LI&gt;Security aspects of both Kafka and NiFi are tightly integrated with Apache Ranger, take a look at &lt;A href="https://hortonworks.com/apache/ranger/" target="_blank"&gt;https://hortonworks.com/apache/ranger/&lt;/A&gt; for additional details.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Hope this helps, and please accept the answer if this was helpful.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2017 04:09:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Nifi-vs-Kafka-and-ESB/m-p/201226#M62532</guid>
      <dc:creator>mriggs1</dc:creator>
      <dc:date>2017-06-08T04:09:17Z</dc:date>
    </item>
  </channel>
</rss>

