<?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 use tKakfaInput component to consume the Topics generated via tKafkaOutput component in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-tKakfaInput-component-to-consume-the-Topics-generated/m-p/2202111#M3928</link>
    <description>&lt;P&gt;I have Talend job, where in I am using "tKafkaConnection", "tKafkaInput" and "tLogRow" components.&lt;BR /&gt;I am using Talend Open Studio for Big Data (6.3.1) Free Edition.&lt;/P&gt; 
&lt;P&gt;The value of Zookeeper Quorum list and Broker list for "tKafkaConnection" has been set properly for tKafkaConnection component.&lt;/P&gt; 
&lt;P&gt;Value of "Topic Name"has been set to "testKafkaTalend" and value of "Consumer Group Id" has been set to "Con_grp" for tKafkaInput component.&lt;BR /&gt;And then I have used "tLogRow" component.&lt;/P&gt; 
&lt;P&gt;I have built a Producer too in a Talend using tKafkaOutput component.&lt;/P&gt; 
&lt;P&gt;The problem that I am facing is the when I use the non-Talend Kafka Consumer (regular Kafka consumer running separately on the machine, and not use the tKafkaInput component), I can see the topics that are being produced via the Producer that I wrote.&lt;/P&gt; 
&lt;P&gt;But when I use the Talend based Kafka Consumer, I am not able to see any data being consumed.&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Can anyone suggest what am I doing wrong with tKafkaInput?&amp;nbsp;&lt;BR /&gt;Attached are the configurations of the various components.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pic1 - tKafkaConnection.jpg" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuAR.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145095iFB8E1498C6F1907B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuAR.jpg" alt="0683p000009LuAR.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pic2 - Context Variables.jpg" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtUF.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136050i81CD182DF7B87807/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtUF.jpg" alt="0683p000009LtUF.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pic3 - tKakfaInput.jpg" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuAW.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129128iDBF431DB66978BC4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuAW.jpg" alt="0683p000009LuAW.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pic4 - tLogRow.jpg" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuAg.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143582i0A56D67728014419/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuAg.jpg" alt="0683p000009LuAg.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Apr 2017 07:21:53 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-04-13T07:21:53Z</dc:date>
    <item>
      <title>How to use tKakfaInput component to consume the Topics generated via tKafkaOutput component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-tKakfaInput-component-to-consume-the-Topics-generated/m-p/2202111#M3928</link>
      <description>&lt;P&gt;I have Talend job, where in I am using "tKafkaConnection", "tKafkaInput" and "tLogRow" components.&lt;BR /&gt;I am using Talend Open Studio for Big Data (6.3.1) Free Edition.&lt;/P&gt; 
&lt;P&gt;The value of Zookeeper Quorum list and Broker list for "tKafkaConnection" has been set properly for tKafkaConnection component.&lt;/P&gt; 
&lt;P&gt;Value of "Topic Name"has been set to "testKafkaTalend" and value of "Consumer Group Id" has been set to "Con_grp" for tKafkaInput component.&lt;BR /&gt;And then I have used "tLogRow" component.&lt;/P&gt; 
&lt;P&gt;I have built a Producer too in a Talend using tKafkaOutput component.&lt;/P&gt; 
&lt;P&gt;The problem that I am facing is the when I use the non-Talend Kafka Consumer (regular Kafka consumer running separately on the machine, and not use the tKafkaInput component), I can see the topics that are being produced via the Producer that I wrote.&lt;/P&gt; 
&lt;P&gt;But when I use the Talend based Kafka Consumer, I am not able to see any data being consumed.&lt;/P&gt; 
&lt;P&gt;&lt;BR /&gt;Can anyone suggest what am I doing wrong with tKafkaInput?&amp;nbsp;&lt;BR /&gt;Attached are the configurations of the various components.&lt;/P&gt; 
&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pic1 - tKafkaConnection.jpg" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuAR.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/145095iFB8E1498C6F1907B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuAR.jpg" alt="0683p000009LuAR.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pic2 - Context Variables.jpg" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LtUF.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/136050i81CD182DF7B87807/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LtUF.jpg" alt="0683p000009LtUF.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pic3 - tKakfaInput.jpg" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuAW.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/129128iDBF431DB66978BC4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuAW.jpg" alt="0683p000009LuAW.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Pic4 - tLogRow.jpg" style="width: 400px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009LuAg.jpg"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/143582i0A56D67728014419/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009LuAg.jpg" alt="0683p000009LuAg.jpg" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Apr 2017 07:21:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-tKakfaInput-component-to-consume-the-Topics-generated/m-p/2202111#M3928</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-04-13T07:21:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to use tKakfaInput component to consume the Topics generated via tKafkaOutput component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-tKakfaInput-component-to-consume-the-Topics-generated/m-p/2202112#M3929</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;Is there any message printed on console when you use the Talend based Kafka Consumer(tKafkaInput component)?&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;
&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 04:08:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-tKakfaInput-component-to-consume-the-Topics-generated/m-p/2202112#M3929</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-10T04:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to use tKakfaInput component to consume the Topics generated via tKafkaOutput component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-tKakfaInput-component-to-consume-the-Topics-generated/m-p/2202113#M3930</link>
      <description>&lt;P&gt;No, there is no message that is printed on console.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 16:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-tKakfaInput-component-to-consume-the-Topics-generated/m-p/2202113#M3930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-10T16:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to use tKakfaInput component to consume the Topics generated via tKafkaOutput component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-tKakfaInput-component-to-consume-the-Topics-generated/m-p/2202114#M3931</link>
      <description>&lt;P&gt;version of Kafka same as You set in Talend?&lt;/P&gt;&lt;P&gt;Kafka is very sensitive for minor version changes&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 23:39:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-tKakfaInput-component-to-consume-the-Topics-generated/m-p/2202114#M3931</guid>
      <dc:creator>vapukov</dc:creator>
      <dc:date>2017-05-10T23:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: How to use tKakfaInput component to consume the Topics generated via tKafkaOutput component</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-use-tKakfaInput-component-to-consume-the-Topics-generated/m-p/2202115#M3932</link>
      <description>&lt;P&gt;Yes, they are same in both producer and consumer.&lt;/P&gt;
&lt;P&gt;For now, this has been resolved.&lt;/P&gt;
&lt;P&gt;What I did was, created the whole job again, using the same components.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And it worked in the new job.&lt;/P&gt;
&lt;P&gt;I am not able to see any difference in the old job and new job.&lt;BR /&gt;But it worked in the new job.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 07:11:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-use-tKakfaInput-component-to-consume-the-Topics-generated/m-p/2202115#M3932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-05-11T07:11:16Z</dc:date>
    </item>
  </channel>
</rss>

