<?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: [resolved] tKafkaOutput Usage in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-tKafkaOutput-Usage/m-p/2223705#M16722</link>
    <description>Hi,&lt;BR /&gt;Can you get the expected result by using tlogrow instead on console?&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tFileInputDelimited --&amp;gt; (Main) --&amp;gt; tJavaRow --&amp;gt; (Main) --&amp;gt; tlogrow&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Could you please post your&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tKafkaOutput component setting screenshot into forum?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
    <pubDate>Sun, 09 Oct 2016 03:30:30 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-10-09T03:30:30Z</dc:date>
    <item>
      <title>[resolved] tKafkaOutput Usage</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tKafkaOutput-Usage/m-p/2223704#M16721</link>
      <description>Hello ,
&lt;BR /&gt;I have a csv file which is as follows:
&lt;BR /&gt;id,first_name,last_name,email,key
&lt;BR /&gt;1,one,one,one@one.com,one
&lt;BR /&gt;I want to push this data to my kafka topic.
&lt;BR /&gt;I gone through the documentation and found that :
&lt;BR /&gt;
&lt;B&gt;&lt;U&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;This component is an end component. It requires a&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;tJavaRow&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;or&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;tJava&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="2"&gt;&lt;FONT face="noto, Helvetica, Arial, sans-serif"&gt;&amp;nbsp;component to transform the incoming data into serialized byte arrays.&lt;BR /&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/U&gt;&lt;/B&gt;
&lt;BR /&gt;So I have used tJavaRow and following is my job;
&lt;BR /&gt;tFileInputDelimited --&amp;gt; (Main) --&amp;gt; tJavaRow --&amp;gt; (Main) --&amp;gt; tKafkaOutput.
&lt;BR /&gt;I have written the following code in tJavaRow to make columns seralized byte arrays.
&lt;BR /&gt;output_row.id = input_row.id.toString().getBytes();
&lt;BR /&gt;output_row.first_name = input_row.first_name.getBytes();
&lt;BR /&gt;output_row.last_name = input_row.last_name.getBytes();
&lt;BR /&gt;output_row.email = input_row.email.getBytes();
&lt;BR /&gt;output_row.key = input_row.key.getBytes();
&lt;BR /&gt;
&lt;BR /&gt;I have also changed schema in tJavaRow and made each column 
&lt;B&gt;&lt;U&gt;type&lt;/U&gt;&lt;/B&gt; to&amp;nbsp;
&lt;B&gt;&lt;U&gt;byte[]&lt;/U&gt;&lt;/B&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;U&gt;I have my job running without any errors but I don't think my tKafkaOutput is working because I am not able to see any messages in my topic.&lt;/U&gt;&lt;/B&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tKafkaOutput-Usage/m-p/2223704#M16721</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] tKafkaOutput Usage</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-tKafkaOutput-Usage/m-p/2223705#M16722</link>
      <description>Hi,&lt;BR /&gt;Can you get the expected result by using tlogrow instead on console?&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tFileInputDelimited --&amp;gt; (Main) --&amp;gt; tJavaRow --&amp;gt; (Main) --&amp;gt; tlogrow&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Could you please post your&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;tKafkaOutput component setting screenshot into forum?&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Best regards&lt;/FONT&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT size="1"&gt;&lt;FONT face="Verdana, Helvetica, Arial, sans-serif"&gt;Sabrina&lt;/FONT&gt;&lt;/FONT&gt;</description>
      <pubDate>Sun, 09 Oct 2016 03:30:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-tKafkaOutput-Usage/m-p/2223705#M16722</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-09T03:30:30Z</dc:date>
    </item>
  </channel>
</rss>

