<?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 setting tkafkaoutput timeout in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-setting-tkafkaoutput-timeout/m-p/2217547#M13102</link>
    <description>&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="'Helvetica Neue', Helvetica, Arial, sans-serif"&gt;I use tkafkaoutput component for my job. And I tried to add exception handling for this component by adding tdie,tlogcatcher and tfileoutputdelimited. I test it using the wrong broker list(I connected to localhost:909 which is not exist) and then tkafkaoutput component will throw warning message but it can't stop (no time out). My problem is how to make exception occurs and send the exception log to tfileoutputdelimited and stop the job.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="'Helvetica Neue', Helvetica, Arial, sans-serif"&gt;I already add timeout.ms , retry.backoff.ms setting on tkafkaoutput component advanced setting. But nothing works. Can anyone help me to figure this out??&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="'Helvetica Neue', Helvetica, Arial, sans-serif"&gt;here is the warning message :&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;Starting job kafkainputoutputwithexceptionhandling at 06:08 28/09/2015.&lt;BR /&gt; connecting to socket on port 3850&lt;BR /&gt; connected&lt;BR /&gt;: org.apache.kafka.clients.producer.ProducerConfig - The configuration value.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer was supplied but isn't a known config.&lt;BR /&gt;: org.apache.kafka.clients.producer.ProducerConfig - The configuration key.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer was supplied but isn't a known config.&lt;BR /&gt;: kafka.utils.VerifiableProperties - Property serializer.encoding is not valid&lt;BR /&gt;: org.apache.kafka.common.network.Selector - Error in I/O with localhost/127.0.0.1&lt;BR /&gt;java.net.ConnectException: Connection refused: no further information&lt;BR /&gt;    at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)&lt;BR /&gt;    at sun.nio.ch.SocketChannelImpl.finishConnect(Unknown Source)&lt;BR /&gt;    at org.apache.kafka.common.network.Selector.poll(Selector.java:238)&lt;BR /&gt;    at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:192)&lt;BR /&gt;    at org.apache.kafka.clients.producer.internals.Sender.run(Sender.java:191)&lt;BR /&gt;    at org.apache.kafka.clients.producer.internals.Sender.run(Sender.java:122)&lt;BR /&gt;    at java.lang.Thread.run(Unknown Source)&lt;BR /&gt;: org.apache.kafka.common.network.Selector - Error in I/O with localhost/127.0.0.1&lt;BR /&gt;java.net.ConnectException: Connection refused: no further information&lt;BR /&gt;    at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)&lt;BR /&gt;    at sun.nio.ch.SocketChannelImpl.finishConnect(Unknown Source)&lt;BR /&gt;    at org.apache.kafka.common.network.Selector.poll(Selector.java:238)&lt;BR /&gt;    at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:192)&lt;BR /&gt;    at org.apache.kafka.clients.producer.internals.Sender.run(Sender.java:191)&lt;BR /&gt;    at org.apache.kafka.clients.producer.internals.Sender.run(Sender.java:122)&lt;BR /&gt;    at java.lang.Thread.run(Unknown Source)&lt;BR /&gt;&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="'Helvetica Neue', Helvetica, Arial, sans-serif"&gt;Thanks&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBhN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144165i35E2DF510816A9DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBhN.png" alt="0683p000009MBhN.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Sat, 16 Nov 2024 11:01:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T11:01:56Z</dc:date>
    <item>
      <title>How to setting tkafkaoutput timeout</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-setting-tkafkaoutput-timeout/m-p/2217547#M13102</link>
      <description>&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="'Helvetica Neue', Helvetica, Arial, sans-serif"&gt;I use tkafkaoutput component for my job. And I tried to add exception handling for this component by adding tdie,tlogcatcher and tfileoutputdelimited. I test it using the wrong broker list(I connected to localhost:909 which is not exist) and then tkafkaoutput component will throw warning message but it can't stop (no time out). My problem is how to make exception occurs and send the exception log to tfileoutputdelimited and stop the job.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="'Helvetica Neue', Helvetica, Arial, sans-serif"&gt;I already add timeout.ms , retry.backoff.ms setting on tkafkaoutput component advanced setting. But nothing works. Can anyone help me to figure this out??&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="'Helvetica Neue', Helvetica, Arial, sans-serif"&gt;here is the warning message :&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;PRE&gt;Starting job kafkainputoutputwithexceptionhandling at 06:08 28/09/2015.&lt;BR /&gt; connecting to socket on port 3850&lt;BR /&gt; connected&lt;BR /&gt;: org.apache.kafka.clients.producer.ProducerConfig - The configuration value.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer was supplied but isn't a known config.&lt;BR /&gt;: org.apache.kafka.clients.producer.ProducerConfig - The configuration key.serializer = class org.apache.kafka.common.serialization.ByteArraySerializer was supplied but isn't a known config.&lt;BR /&gt;: kafka.utils.VerifiableProperties - Property serializer.encoding is not valid&lt;BR /&gt;: org.apache.kafka.common.network.Selector - Error in I/O with localhost/127.0.0.1&lt;BR /&gt;java.net.ConnectException: Connection refused: no further information&lt;BR /&gt;    at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)&lt;BR /&gt;    at sun.nio.ch.SocketChannelImpl.finishConnect(Unknown Source)&lt;BR /&gt;    at org.apache.kafka.common.network.Selector.poll(Selector.java:238)&lt;BR /&gt;    at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:192)&lt;BR /&gt;    at org.apache.kafka.clients.producer.internals.Sender.run(Sender.java:191)&lt;BR /&gt;    at org.apache.kafka.clients.producer.internals.Sender.run(Sender.java:122)&lt;BR /&gt;    at java.lang.Thread.run(Unknown Source)&lt;BR /&gt;: org.apache.kafka.common.network.Selector - Error in I/O with localhost/127.0.0.1&lt;BR /&gt;java.net.ConnectException: Connection refused: no further information&lt;BR /&gt;    at sun.nio.ch.SocketChannelImpl.checkConnect(Native Method)&lt;BR /&gt;    at sun.nio.ch.SocketChannelImpl.finishConnect(Unknown Source)&lt;BR /&gt;    at org.apache.kafka.common.network.Selector.poll(Selector.java:238)&lt;BR /&gt;    at org.apache.kafka.clients.NetworkClient.poll(NetworkClient.java:192)&lt;BR /&gt;    at org.apache.kafka.clients.producer.internals.Sender.run(Sender.java:191)&lt;BR /&gt;    at org.apache.kafka.clients.producer.internals.Sender.run(Sender.java:122)&lt;BR /&gt;    at java.lang.Thread.run(Unknown Source)&lt;BR /&gt;&lt;/PRE&gt; 
&lt;BR /&gt; 
&lt;FONT color="#222222"&gt;&lt;FONT size="2"&gt;&lt;FONT face="'Helvetica Neue', Helvetica, Arial, sans-serif"&gt;Thanks&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBhN.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144165i35E2DF510816A9DA/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBhN.png" alt="0683p000009MBhN.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 16 Nov 2024 11:01:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-setting-tkafkaoutput-timeout/m-p/2217547#M13102</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T11:01:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to setting tkafkaoutput timeout</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-setting-tkafkaoutput-timeout/m-p/2217548#M13103</link>
      <description>Hi chandra_huang,
&lt;BR /&gt;
&lt;BR /&gt;Could you please check this jira issue:
&lt;A href="https://jira.talendforge.org/browse/TBD-2639" target="_blank" rel="nofollow noopener noreferrer"&gt;https://jira.talendforge.org/browse/TBD-2639&lt;/A&gt; to see if it is what you need?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Thu, 08 Oct 2015 07:52:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-setting-tkafkaoutput-timeout/m-p/2217548#M13103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-08T07:52:28Z</dc:date>
    </item>
  </channel>
</rss>

