<?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: How to send flowfile to another nifi instance? in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/How-to-send-flowfile-to-another-nifi-instance/m-p/362991#M238895</link>
    <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/102911"&gt;@phaelax&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This is very possible and very commonly done.&lt;BR /&gt;&lt;BR /&gt;NiFi's Remote Process Group (RPG) is commonly used (recommended method) to transfer NiFi FlowFiles between different NiFi instances or even different NiFi clusters:&lt;/P&gt;&lt;P&gt;&lt;A href="https://nifi.apache.org/docs/nifi-docs/html/user-guide.html#Remote_Group_Transmission" target="_blank"&gt;https://nifi.apache.org/docs/nifi-docs/html/user-guide.html#Remote_Group_Transmission&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://nifi.apache.org/docs/nifi-docs/html/user-guide.html#remote_group_anatomy" target="_blank"&gt;https://nifi.apache.org/docs/nifi-docs/html/user-guide.html#remote_group_anatomy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When a direct connection between NiFi's can't be made, you can also use the &lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.19.1/org.apache.nifi.processors.standard.MergeContent/index.html" target="_self"&gt;mergeContent&lt;/A&gt; processor to "FlowFile Stream, v3" to merge numerous FlowFiles (includes FlowFile attributes) in to a single FlowFile that can be transferred by any means to another NiFi where it can be ingested and use the &lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.19.1/org.apache.nifi.processors.standard.UnpackContent/index.html" target="_self"&gt;unpackContent&lt;/A&gt; processor to unplack that into the original FlowFiles with their original attributes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic"&gt;If you found that the provided solution(s) assisted you with your query, please take a moment to login and click&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="arial black,avant garde" color="#FF0000"&gt;Accept as Solution&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="batang,apple gothic" color="#000000"&gt;below each response that helped.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic" color="#000000"&gt;Matt&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Feb 2023 21:17:37 GMT</pubDate>
    <dc:creator>MattWho</dc:creator>
    <dc:date>2023-02-02T21:17:37Z</dc:date>
    <item>
      <title>How to send flowfile to another nifi instance?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-send-flowfile-to-another-nifi-instance/m-p/362701#M238830</link>
      <description>&lt;P&gt;Can someone tell me if these is even possible.&amp;nbsp; We want to send a file through nifi to another nifi server on a different network, thus nifi is the only tunnel of communication between the two networks.&amp;nbsp; If we can send just the file data I'm ok with that. If we can maintain the attributes and send the actual flowfile then even better.&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 19:38:49 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-send-flowfile-to-another-nifi-instance/m-p/362701#M238830</guid>
      <dc:creator>phaelax</dc:creator>
      <dc:date>2023-01-31T19:38:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to send flowfile to another nifi instance?</title>
      <link>https://community.cloudera.com/t5/Support-Questions/How-to-send-flowfile-to-another-nifi-instance/m-p/362991#M238895</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/102911"&gt;@phaelax&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;This is very possible and very commonly done.&lt;BR /&gt;&lt;BR /&gt;NiFi's Remote Process Group (RPG) is commonly used (recommended method) to transfer NiFi FlowFiles between different NiFi instances or even different NiFi clusters:&lt;/P&gt;&lt;P&gt;&lt;A href="https://nifi.apache.org/docs/nifi-docs/html/user-guide.html#Remote_Group_Transmission" target="_blank"&gt;https://nifi.apache.org/docs/nifi-docs/html/user-guide.html#Remote_Group_Transmission&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://nifi.apache.org/docs/nifi-docs/html/user-guide.html#remote_group_anatomy" target="_blank"&gt;https://nifi.apache.org/docs/nifi-docs/html/user-guide.html#remote_group_anatomy&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When a direct connection between NiFi's can't be made, you can also use the &lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.19.1/org.apache.nifi.processors.standard.MergeContent/index.html" target="_self"&gt;mergeContent&lt;/A&gt; processor to "FlowFile Stream, v3" to merge numerous FlowFiles (includes FlowFile attributes) in to a single FlowFile that can be transferred by any means to another NiFi where it can be ingested and use the &lt;A href="https://nifi.apache.org/docs/nifi-docs/components/org.apache.nifi/nifi-standard-nar/1.19.1/org.apache.nifi.processors.standard.UnpackContent/index.html" target="_self"&gt;unpackContent&lt;/A&gt; processor to unplack that into the original FlowFiles with their original attributes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic"&gt;If you found that the provided solution(s) assisted you with your query, please take a moment to login and click&lt;/FONT&gt;&amp;nbsp;&lt;FONT face="arial black,avant garde" color="#FF0000"&gt;Accept as Solution&amp;nbsp;&lt;/FONT&gt;&lt;FONT face="batang,apple gothic" color="#000000"&gt;below each response that helped.&lt;BR /&gt;&lt;BR /&gt;Thank you,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="batang,apple gothic" color="#000000"&gt;Matt&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2023 21:17:37 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/How-to-send-flowfile-to-another-nifi-instance/m-p/362991#M238895</guid>
      <dc:creator>MattWho</dc:creator>
      <dc:date>2023-02-02T21:17:37Z</dc:date>
    </item>
  </channel>
</rss>

