<?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 Re: tkafkaInput Advanced settings in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tkafkaInput-Advanced-settings/m-p/2273094#M50177</link>
    <description>&lt;P&gt;if the i want to take a certain partion on the kafka&amp;nbsp;ques can i use&amp;nbsp;tkafkaInput?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Dec 2018 08:17:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-12-12T08:17:06Z</dc:date>
    <item>
      <title>tkafkaInput Advanced settings</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tkafkaInput-Advanced-settings/m-p/2273088#M50171</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;&amp;nbsp;&lt;/P&gt; 
&lt;P&gt;How do i increase the max fetch size in&amp;nbsp;tkafkaInput in advance setting. The error i get is;&lt;/P&gt; 
&lt;P&gt;"&lt;/P&gt; 
&lt;P&gt;kafka.common.MessageSizeTooLargeException: Found a message larger than the maximum fetch size of this consumer on topic&amp;nbsp;test_topic partition 1 at fetch offset 9049820. Increase the fetch size, or decrease the maximum message size the broker will allow. Please see the image attached and advice what i could be doing wrong&lt;/P&gt; 
&lt;P&gt;"&lt;/P&gt;</description>
      <pubDate>Mon, 26 Nov 2018 06:06:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tkafkaInput-Advanced-settings/m-p/2273088#M50171</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-26T06:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: tkafkaInput Advanced settings</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tkafkaInput-Advanced-settings/m-p/2273089#M50172</link>
      <description>&lt;P&gt;Hi Jibe,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Which version of Kafka are you running?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 10:13:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tkafkaInput-Advanced-settings/m-p/2273089#M50172</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-28T10:13:08Z</dc:date>
    </item>
    <item>
      <title>Re: tkafkaInput Advanced settings</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tkafkaInput-Advanced-settings/m-p/2273090#M50173</link>
      <description>&lt;P&gt;version 6.1.1&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 10:16:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tkafkaInput-Advanced-settings/m-p/2273090#M50173</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-28T10:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: tkafkaInput Advanced settings</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tkafkaInput-Advanced-settings/m-p/2273091#M50174</link>
      <description>&lt;P&gt;Are you sure? Which branch/edition of Kafka are you using?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Apache Kafka is&amp;nbsp;up to&amp;nbsp;v2.0.1&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 10:18:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tkafkaInput-Advanced-settings/m-p/2273091#M50174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-28T10:18:58Z</dc:date>
    </item>
    <item>
      <title>Re: tkafkaInput Advanced settings</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tkafkaInput-Advanced-settings/m-p/2273092#M50175</link>
      <description>&lt;P&gt;Kafka 0.8.2.0&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 10:22:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tkafkaInput-Advanced-settings/m-p/2273092#M50175</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-28T10:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: tkafkaInput Advanced settings</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tkafkaInput-Advanced-settings/m-p/2273093#M50176</link>
      <description>&lt;P&gt;Can you clear your additional Kafka properties&amp;nbsp;as in your attached config&amp;nbsp;and&amp;nbsp; try using the "fetch.message.max.bytes" parameter only? Set it to&amp;nbsp;&lt;SPAN&gt;524288000&amp;nbsp;as you were doing with the others.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Nov 2018 10:30:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tkafkaInput-Advanced-settings/m-p/2273093#M50176</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-11-28T10:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: tkafkaInput Advanced settings</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tkafkaInput-Advanced-settings/m-p/2273094#M50177</link>
      <description>&lt;P&gt;if the i want to take a certain partion on the kafka&amp;nbsp;ques can i use&amp;nbsp;tkafkaInput?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Dec 2018 08:17:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tkafkaInput-Advanced-settings/m-p/2273094#M50177</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-12-12T08:17:06Z</dc:date>
    </item>
  </channel>
</rss>

