<?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: flow strategy when 200 types of command or events in Support Questions</title>
    <link>https://community.cloudera.com/t5/Support-Questions/flow-strategy-when-200-types-of-command-or-events/m-p/317141#M227027</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your use case is to retrieve data from multiple kafka topic using nifi then you can refer the below articles that can help you in this case:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/t5/Support-Questions/Retrieving-from-multiple-Kafka-topics-through-Nifi-causes/td-p/225277" target="_blank"&gt;https://community.cloudera.com/t5/Support-Questions/Retrieving-from-multiple-Kafka-topics-through-Nifi-causes/td-p/225277&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/51701582/multiple-kafka-topics-in-publishkafka-processor-in-apache-nifi" target="_blank"&gt;https://stackoverflow.com/questions/51701582/multiple-kafka-topics-in-publishkafka-processor-in-apache-nifi&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 26 May 2021 09:05:46 GMT</pubDate>
    <dc:creator>dyadav1</dc:creator>
    <dc:date>2021-05-26T09:05:46Z</dc:date>
    <item>
      <title>flow strategy when 200 types of command or events</title>
      <link>https://community.cloudera.com/t5/Support-Questions/flow-strategy-when-200-types-of-command-or-events/m-p/316007#M226676</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to Nifi and three words to say. "I love it". To move forward, one needs to make a serious decision and trying to solve one puzzle.&amp;nbsp; The flow I need to design is reading from Kafka messages from 1000 different topics (each topic is customer, need to keep them separate) and each topic has 100 different types of command-type or event-type.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Every event type has JSON data with different fields and values which need to transform.&amp;nbsp; My worry is what is the best way to handle this?&lt;/P&gt;&lt;P&gt;How to route and handle 100 different command/events along with 1000 diff topics?&lt;/P&gt;</description>
      <pubDate>Sat, 08 May 2021 03:32:18 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/flow-strategy-when-200-types-of-command-or-events/m-p/316007#M226676</guid>
      <dc:creator>tpatel</dc:creator>
      <dc:date>2021-05-08T03:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: flow strategy when 200 types of command or events</title>
      <link>https://community.cloudera.com/t5/Support-Questions/flow-strategy-when-200-types-of-command-or-events/m-p/317116#M227017</link>
      <description>&lt;P&gt;Please anyone, any documentation or links to start with?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 May 2021 16:37:03 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/flow-strategy-when-200-types-of-command-or-events/m-p/317116#M227017</guid>
      <dc:creator>tpatel</dc:creator>
      <dc:date>2021-05-25T16:37:03Z</dc:date>
    </item>
    <item>
      <title>Re: flow strategy when 200 types of command or events</title>
      <link>https://community.cloudera.com/t5/Support-Questions/flow-strategy-when-200-types-of-command-or-events/m-p/317141#M227027</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If your use case is to retrieve data from multiple kafka topic using nifi then you can refer the below articles that can help you in this case:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.cloudera.com/t5/Support-Questions/Retrieving-from-multiple-Kafka-topics-through-Nifi-causes/td-p/225277" target="_blank"&gt;https://community.cloudera.com/t5/Support-Questions/Retrieving-from-multiple-Kafka-topics-through-Nifi-causes/td-p/225277&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/51701582/multiple-kafka-topics-in-publishkafka-processor-in-apache-nifi" target="_blank"&gt;https://stackoverflow.com/questions/51701582/multiple-kafka-topics-in-publishkafka-processor-in-apache-nifi&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 09:05:46 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/flow-strategy-when-200-types-of-command-or-events/m-p/317141#M227027</guid>
      <dc:creator>dyadav1</dc:creator>
      <dc:date>2021-05-26T09:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: flow strategy when 200 types of command or events</title>
      <link>https://community.cloudera.com/t5/Support-Questions/flow-strategy-when-200-types-of-command-or-events/m-p/317176#M227044</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/61221"&gt;@dyadav1&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for pointing out the direction for Kafka topic but I need little more help to determine the strategy, as I mentioned if every topic is putting 100 different types of command and I need to transform each type of command into new type (assuming Jolt transformation and have jolt spec for 100 different command types), how do I store those spec and make generalize flow so that new command types get added I just need to update Spec and flow didn;t require any changes. In more terms need to dynamically figure out which command type coming in the flow file and transform it based on spec, now I feel I need to use lookup and if I store all spec in database but then for each transformation I need to do database trip which I want to avoid.&lt;/P&gt;</description>
      <pubDate>Wed, 26 May 2021 19:27:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Support-Questions/flow-strategy-when-200-types-of-command-or-events/m-p/317176#M227044</guid>
      <dc:creator>tpatel</dc:creator>
      <dc:date>2021-05-26T19:27:30Z</dc:date>
    </item>
  </channel>
</rss>

