<?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>topic How to read data by using kafka input component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-data-by-using-kafka-input-component/m-p/2212944#M10396</link>
    <description>&lt;P&gt;Team,&lt;/P&gt; 
&lt;P&gt;How to setup kafka input component to read data from a topic which is already created(Able to see data in that topic).Used the properties as attached in screen shot. Kafka connection got succeful when job triggered but kafka input is not returning anything.Zookeeper and kafka server is in running status.Can some one please what could be the issue.&lt;/P&gt; 
&lt;P&gt;What is the consumer group id we can give here.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="kafka_Input_Connection.jpg" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M98V.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147849iA0029C4C12F365AC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M98V.jpg" alt="0683p000009M98V.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="Kafka_properties.jpg" style="width: 842px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M98f.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131936i7083B054C973995A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M98f.jpg" alt="0683p000009M98f.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;What is the consumer group id need to give . Given topic names as group id as well .&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 03:11:18 GMT</pubDate>
    <dc:creator>Venkata_Sivaji1</dc:creator>
    <dc:date>2024-11-16T03:11:18Z</dc:date>
    <item>
      <title>How to read data by using kafka input component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-data-by-using-kafka-input-component/m-p/2212944#M10396</link>
      <description>&lt;P&gt;Team,&lt;/P&gt; 
&lt;P&gt;How to setup kafka input component to read data from a topic which is already created(Able to see data in that topic).Used the properties as attached in screen shot. Kafka connection got succeful when job triggered but kafka input is not returning anything.Zookeeper and kafka server is in running status.Can some one please what could be the issue.&lt;/P&gt; 
&lt;P&gt;What is the consumer group id we can give here.&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="kafka_Input_Connection.jpg" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M98V.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/147849iA0029C4C12F365AC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M98V.jpg" alt="0683p000009M98V.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-right" image-alt="Kafka_properties.jpg" style="width: 842px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009M98f.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/131936i7083B054C973995A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009M98f.jpg" alt="0683p000009M98f.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;What is the consumer group id need to give . Given topic names as group id as well .&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:11:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-data-by-using-kafka-input-component/m-p/2212944#M10396</guid>
      <dc:creator>Venkata_Sivaji1</dc:creator>
      <dc:date>2024-11-16T03:11:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to read data by using kafka input component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-read-data-by-using-kafka-input-component/m-p/2212945#M10397</link>
      <description>&lt;P&gt;Does it ever start? I experienced a lot of delays on starting pulling messages on a consumer group id that already exists but it eventually starts.&lt;/P&gt;&lt;P&gt;However if you use a new consumer group id (like "INDIA_PRODUCTS1" for example) it pulls right away. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was trying to get batches in output file of 500 records at the time and committing them after saving to file and ran into that same issue that you have, this was my setup:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;infinite loop --&amp;gt; KafkaInput (stop after 500 msgs) --&amp;gt; outputFile --&amp;gt; KafkaCommit&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The first iteration ran fast, but for the second to get the KafkaInput to start it took around 3 min of wait time.&lt;/P&gt;&lt;P&gt;Switched to KafkaInput (no batches setup) --&amp;gt; tflowtoiterate --&amp;gt; tjava to count msgs --&amp;gt; if message less than 500 then to hashoutput else if = 500 then thashinput from buffer to file --&amp;gt; KafkaCommit --&amp;gt; reset count&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That way you can commit only what's already saved in your file and keep pulling new messages&lt;/P&gt;</description>
      <pubDate>Fri, 26 Feb 2021 17:17:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-read-data-by-using-kafka-input-component/m-p/2212945#M10397</guid>
      <dc:creator>DBeltritti1</dc:creator>
      <dc:date>2021-02-26T17:17:32Z</dc:date>
    </item>
  </channel>
</rss>

