<?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: ​Can nifi promise each of the flowfiles can be processed correctly , no missing and no duplicate ? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-nifi-promise-each-of-the-flowfiles-can-be-processed/m-p/141657#M40069</link>
    <description>&lt;P&gt;Thanks very much!&lt;/P&gt;</description>
    <pubDate>Fri, 09 Sep 2016 13:16:56 GMT</pubDate>
    <dc:creator>zhangweigang20</dc:creator>
    <dc:date>2016-09-09T13:16:56Z</dc:date>
    <item>
      <title>​Can nifi promise each of the flowfiles can be processed correctly , no missing and no duplicate ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-nifi-promise-each-of-the-flowfiles-can-be-processed/m-p/141655#M40067</link>
      <description>&lt;P&gt;Can nifi promise each of the flowfiles can be processed correctly, no missing and no duplicate ? &lt;/P&gt;&lt;P&gt;How the nifi realize it.&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 07:43:55 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-nifi-promise-each-of-the-flowfiles-can-be-processed/m-p/141655#M40067</guid>
      <dc:creator>zhangweigang20</dc:creator>
      <dc:date>2016-09-08T07:43:55Z</dc:date>
    </item>
    <item>
      <title>Re: ​Can nifi promise each of the flowfiles can be processed correctly , no missing and no duplicate ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-nifi-promise-each-of-the-flowfiles-can-be-processed/m-p/141656#M40068</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://community.cloudera.com/users/11862/zhangweigang20.html" nodeid="11862"&gt;@David DN&lt;/A&gt; what you are describing here is notion of "Exactly Once Delivery." I would refer you to &lt;A href="http://bravenewgeek.com/you-cannot-have-exactly-once-delivery/" target="_blank"&gt;http://bravenewgeek.com/you-cannot-have-exactly-once-delivery/&lt;/A&gt; in order to get an understanding of why this is actually not possible in any distributed system.&lt;/P&gt;&lt;P&gt;Often what we hear people discussing is the notion of "Exactly Once semantics" in order to overcome this. However, the notion of Exactly Once semantics can be achieved between two systems only if the sending system can guarantee At Least Once delivery and the receiving side provides a mechanism for data de-duplicaiton.&lt;/P&gt;&lt;P&gt;When NiFi receives data from an external source, it does provide the capability for data de-duplication via the DetectDuplicate processor. So you can construct your flow so that if you receive data multiple times, you will process it only once. However, this is only achieved if you are receiving data over a reliable channel (for instance, ListenUDP may drop data as the UDP protocol is inherently lossy).&lt;/P&gt;&lt;P&gt;NiFi generally will guarantee At Least Once delivery of your data (I say generally because it depends on the processor. For instance, the PutKafka processor will provide At Least Once delivery if configured to do so but if configured as Best Effort delivery, it may not) wen sending to an external system. However, to ensure that data is not duplicated on the receiving system, it would require that the receiving system also have some way to de-duplicate data.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Sep 2016 08:36:57 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-nifi-promise-each-of-the-flowfiles-can-be-processed/m-p/141656#M40068</guid>
      <dc:creator>mpayne</dc:creator>
      <dc:date>2016-09-08T08:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: ​Can nifi promise each of the flowfiles can be processed correctly , no missing and no duplicate ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-nifi-promise-each-of-the-flowfiles-can-be-processed/m-p/141657#M40069</link>
      <description>&lt;P&gt;Thanks very much!&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 13:16:56 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Can-nifi-promise-each-of-the-flowfiles-can-be-processed/m-p/141657#M40069</guid>
      <dc:creator>zhangweigang20</dc:creator>
      <dc:date>2016-09-09T13:16:56Z</dc:date>
    </item>
  </channel>
</rss>

