<?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: Kafka Target endpoint - Separate topic for each table in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1925214#M2557</link>
    <description>&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;gt;&amp;gt; 2. for your transformation: what topic are you writing to? &amp;nbsp;because : &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;$topic - To write messages on a specific topic.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Yes, I am trying to write to $topic. &amp;nbsp;I first tried with single table -&amp;gt; single topic for testing. &amp;nbsp;That worked.&lt;/P&gt;
&lt;P&gt;Next thing I am trying is - multiple tables to -&amp;gt; individual topics and for that I have defined the $topic to be&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;$AR_M_SOURCE_SCHEMA||"_"||$AR_M_SOURCE_TABLE_NAME||"_Qlik_Topic"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;As it shows here&lt;/EM&gt;&lt;/P&gt;
&lt;DIV class="ng-scope"&gt;&lt;EM&gt;&lt;/EM&gt;&lt;LABEL class="sectionHeader"&gt;&lt;EM&gt;How to transform?&lt;/EM&gt;&lt;/LABEL&gt;&lt;/DIV&gt;
&lt;DIV class="ng-binding"&gt;&lt;EM&gt;Column name: $topic Column data type: STRING(50) Computation expression: $AR_M_SOURCE_SCHEMA||"_"||$AR_M_SOURCE_TABLE_NAME||"_Qlik_Topic"&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV class="ng-binding"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="ng-binding"&gt;My question is - is the above definition valid for a topic name to be associated with the table this way. &amp;nbsp;I realize that if the id doesn't have a create topic enabled, I will have to pre-create them. &amp;nbsp;But because the error didn't prepend the schema name and the table name, I wanted to verify that my definition is correct.&lt;/DIV&gt;
&lt;DIV class="ng-binding"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="ng-binding"&gt;Thanks&lt;/DIV&gt;
&lt;DIV class="ng-binding"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Mon, 02 May 2022 14:42:32 GMT</pubDate>
    <dc:creator>adbdkb</dc:creator>
    <dc:date>2022-05-02T14:42:32Z</dc:date>
    <item>
      <title>Kafka Target endpoint - Separate topic for each table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1924886#M2547</link>
      <description>&lt;P&gt;When setting up the Kafka as target endpoint and selecting&amp;nbsp;Separate topic for each table - how do we define the topic names? &amp;nbsp;Is there a pattern that needs to be followed for that, as it doesn't ask for any pattern or list of topics&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-inline" image-alt="adbdkb_0-1651330007728.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/78383iD5E37446FFFF68B9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="adbdkb_0-1651330007728.png" alt="adbdkb_0-1651330007728.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2022 14:47:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1924886#M2547</guid>
      <dc:creator>adbdkb</dc:creator>
      <dc:date>2022-04-30T14:47:27Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Target endpoint - Separate topic for each table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1924910#M2550</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/177259"&gt;@adbdkb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the process to follow to create different topics per each table.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.qlik.com/en-US/replicate/November2021/Content/Replicate/Main/Kafka/kafka_override_default_settings.htm" target="_blank"&gt;https://help.qlik.com/en-US/replicate/November2021/Content/Replicate/Main/Kafka/kafka_override_default_settings.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;A transformation can be defined that overrides the topic, partition and message key&lt;/P&gt;
&lt;P&gt;settings defined in the General tab.&lt;/P&gt;
&lt;P&gt;Note Before you can define such a transformation, you first need to add a source&lt;/P&gt;
&lt;P&gt;endpoint to the task and select the tables you want to replicate.&lt;/P&gt;
&lt;P&gt;To define a transformation:&lt;/P&gt;
&lt;P&gt;1. Open the task you defined.&lt;/P&gt;
&lt;P&gt;2. If you are defining a transformation for a single table, select one of the source&lt;/P&gt;
&lt;P&gt;tables. Otherwise, skip to Step 3.&lt;/P&gt;
&lt;P&gt;3. Define a Global transformation that adds one of the following columns:&lt;/P&gt;
&lt;P&gt;Note The columns listed below (prefixed with a $) instruct Replicate to route&lt;/P&gt;
&lt;P&gt;the message to the desired topic and/or partition, and will not be included in the actual message itself&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;$topic - To write messages to a specific topic.&lt;/P&gt;
&lt;P&gt;$partition - To write messages to a specific partition.&lt;/P&gt;
&lt;P&gt;$key - To create a custom message key.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4. Define an expression for the new column that returns the following values:&lt;/P&gt;
&lt;P&gt;For a $topic column, the expression should return the topic name.&lt;/P&gt;
&lt;P&gt;For a $partition column, the expression should return the partition number.&lt;/P&gt;
&lt;P&gt;Note that an error will be returned during runtime if the partition number does not exist.&lt;/P&gt;
&lt;P&gt;For a $key column, the expression should return the message key contents.&lt;/P&gt;
&lt;P&gt;Note that the expression must return a non-empty value.&lt;/P&gt;
&lt;P&gt;Example:&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-inline" image-alt="SwathiPulagam_0-1651361449858.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/78387i4571E4FB3F46FB38/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SwathiPulagam_0-1651361449858.png" alt="SwathiPulagam_0-1651361449858.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Swathi&lt;/P&gt;</description>
      <pubDate>Sat, 30 Apr 2022 23:33:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1924910#M2550</guid>
      <dc:creator>SwathiPulagam</dc:creator>
      <dc:date>2022-04-30T23:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Target endpoint - Separate topic for each table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1924949#M2552</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/144170"&gt;@SwathiPulagam&lt;/a&gt;&amp;nbsp;. &amp;nbsp; I have a couple of questions - some of the answers to my questions are getting automatically accepted without me doing so. &amp;nbsp;Why is that happening?&lt;/P&gt;
&lt;P&gt;Other question is - when I have a question related to the answer, &amp;nbsp;when I post that question after the answer gets accepted by someone else, does the question get looked at?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I tried to create the topic function as explained above, &amp;nbsp;do I ned to defined all the 3 variables - topic, partition and key or defining the topic is enough. &amp;nbsp;Also, I presume that I must have the topics ready and the table will automatically select the correct topic.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;The reason I have these questions now, is that after defining the topic variable as below, if the topic doesn't exist, I get the error below. &amp;nbsp;I was expecting will say the full topic name that would be exited using the transformation function.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Failed to produce kafka message with record id &amp;lt;2&amp;gt; to partition &amp;lt;-1&amp;gt; in topic '__Qlik_Topic'. Broker: Unknown topic or partition&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="adbdkb_0-1651414229983.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/78397iA0EE9D87C6626FA0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="adbdkb_0-1651414229983.png" alt="adbdkb_0-1651414229983.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sun, 01 May 2022 14:14:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1924949#M2552</guid>
      <dc:creator>adbdkb</dc:creator>
      <dc:date>2022-05-01T14:14:38Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Target endpoint - Separate topic for each table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1924952#M2553</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/177259"&gt;@adbdkb&lt;/a&gt;&amp;nbsp;Anyone in the community can accept the solution if they feel it is appropriate and also any question posted on the accepted solution can be answered as long as it is relevant to the same subject.&lt;/P&gt;
&lt;P&gt;The below three are different pre-defined variables. In your case, you need to just use $topic to route messages generated by different tables to go to a different topic.&lt;/P&gt;
&lt;P&gt;$topic - To write messages on a specific topic.&lt;/P&gt;
&lt;P&gt;$partition - To write messages to a specific partition.&lt;/P&gt;
&lt;P&gt;$key - To create a custom message key.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, before you create this transformation either topics with the same name exist or the user you specified in the replicate Kafka endpoint must have access to create the topic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Swathi&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 01 May 2022 14:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1924952#M2553</guid>
      <dc:creator>SwathiPulagam</dc:creator>
      <dc:date>2022-05-01T14:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Target endpoint - Separate topic for each table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1924954#M2554</link>
      <description>&lt;P&gt;Ok, Thanks &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/144170"&gt;@SwathiPulagam&lt;/a&gt;&amp;nbsp;. &amp;nbsp;I am ok with the answer being accepted as long as questions related to the original question are looked at&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So, in my case, if it shows this error, not the schema and table prepended -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Failed to produce kafka message with record id &amp;lt;2&amp;gt; to partition &amp;lt;-1&amp;gt; in topic '__Qlik_Topic'. Broker: Unknown topic or partition&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;This is how I have defined the topic name&lt;/SPAN&gt;&lt;/P&gt;
&lt;DIV class="ng-scope"&gt;&lt;LABEL class="sectionHeader"&gt;How to transform?&lt;/LABEL&gt;&lt;/DIV&gt;
&lt;DIV class="ng-binding"&gt;Column name: $topic Column data type: STRING(50) Computation expression: $AR_M_SOURCE_SCHEMA||"_"||$AR_M_SOURCE_TABLE_NAME||"_Qlik_Topic"&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;What am I missing in my definition of the topic ?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 01 May 2022 15:03:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1924954#M2554</guid>
      <dc:creator>adbdkb</dc:creator>
      <dc:date>2022-05-01T15:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Target endpoint - Separate topic for each table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1925151#M2555</link>
      <description>&lt;P&gt;@&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(46,46,46);font-size:13px;"&gt;&lt;STRONG&gt;adbdkb&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(46,46,46);font-size:13px;"&gt;&lt;STRONG&gt;1. i assume that this is a fresh task, try to set target_load ,, verbose. to see more detail of the error.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(46,46,46);font-size:13px;"&gt;&lt;STRONG&gt;2. for your transformation: what topic are you writing to? &amp;nbsp;because : &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="background-color:rgb(255,255,255);color:rgb(45,51,56);font-size:13px;"&gt;$topic - To write messages on a specific topic.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 12:55:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1925151#M2555</guid>
      <dc:creator>Steve_Nguyen</dc:creator>
      <dc:date>2022-05-02T12:55:57Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Target endpoint - Separate topic for each table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1925191#M2556</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/177259"&gt;@adbdkb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you please check file name:&amp;nbsp;C:\kafka_xxx\config\server.properties&lt;/P&gt;&lt;P&gt;search for :&amp;nbsp;auto.create.topics.enable=true&lt;/P&gt;&lt;P&gt;check if this line exist in the file.&lt;/P&gt;&lt;P&gt;if not&lt;/P&gt;&lt;P&gt;Add this line&amp;nbsp; save the erver.properties file&lt;/P&gt;&lt;P&gt;re start Kafka -&amp;gt;&amp;nbsp; run your replicate task- Reload target&lt;/P&gt;&lt;P&gt;auto.create.topics.enable=true&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This should do the work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Avidar&lt;/P&gt;</description>
      <pubDate>Mon, 02 May 2022 13:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1925191#M2556</guid>
      <dc:creator>avidary_qlik</dc:creator>
      <dc:date>2022-05-02T13:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Target endpoint - Separate topic for each table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1925214#M2557</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;STRONG&gt;&amp;gt;&amp;gt; 2. for your transformation: what topic are you writing to? &amp;nbsp;because : &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN&gt;$topic - To write messages on a specific topic.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Yes, I am trying to write to $topic. &amp;nbsp;I first tried with single table -&amp;gt; single topic for testing. &amp;nbsp;That worked.&lt;/P&gt;
&lt;P&gt;Next thing I am trying is - multiple tables to -&amp;gt; individual topics and for that I have defined the $topic to be&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;$AR_M_SOURCE_SCHEMA||"_"||$AR_M_SOURCE_TABLE_NAME||"_Qlik_Topic"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;As it shows here&lt;/EM&gt;&lt;/P&gt;
&lt;DIV class="ng-scope"&gt;&lt;EM&gt;&lt;/EM&gt;&lt;LABEL class="sectionHeader"&gt;&lt;EM&gt;How to transform?&lt;/EM&gt;&lt;/LABEL&gt;&lt;/DIV&gt;
&lt;DIV class="ng-binding"&gt;&lt;EM&gt;Column name: $topic Column data type: STRING(50) Computation expression: $AR_M_SOURCE_SCHEMA||"_"||$AR_M_SOURCE_TABLE_NAME||"_Qlik_Topic"&lt;/EM&gt;&lt;/DIV&gt;
&lt;DIV class="ng-binding"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="ng-binding"&gt;My question is - is the above definition valid for a topic name to be associated with the table this way. &amp;nbsp;I realize that if the id doesn't have a create topic enabled, I will have to pre-create them. &amp;nbsp;But because the error didn't prepend the schema name and the table name, I wanted to verify that my definition is correct.&lt;/DIV&gt;
&lt;DIV class="ng-binding"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="ng-binding"&gt;Thanks&lt;/DIV&gt;
&lt;DIV class="ng-binding"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 02 May 2022 14:42:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1925214#M2557</guid>
      <dc:creator>adbdkb</dc:creator>
      <dc:date>2022-05-02T14:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Target endpoint - Separate topic for each table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1925422#M2559</link>
      <description>&lt;P&gt;Hi, any idea on the definition? &amp;nbsp;Is it a valid definition for associating topic name with a table?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Column name: $topic Column data type: STRING(50) Computation expression: $AR_M_SOURCE_SCHEMA||"_"||$AR_M_SOURCE_TABLE_NAME||"_Qlik_Topic"&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 07:12:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1925422#M2559</guid>
      <dc:creator>adbdkb</dc:creator>
      <dc:date>2022-05-03T07:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Target endpoint - Separate topic for each table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1925430#M2560</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/177259"&gt;@adbdkb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Replicate provide you with 2 options:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Kafka topic names cannot exceed 255 characters (249 from Kafka 0.10) and can only contain the following characters: a-z|A-Z|0-9|. (dot)|_(underscore)|-(minus)&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;Keep the topic name as the name of the table&amp;nbsp;name.&lt;/LI&gt;
&lt;LI&gt;Use&amp;nbsp;&lt;SPAN&gt;Transformation to create your own topic name,&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN&gt; (like&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Add column&lt;BR /&gt;for %.%&lt;BR /&gt;Column '$topic',&lt;BR /&gt;Value: "your_prefferd_name" || $AR_M_SOURCE_TABLE_NAME || "your prefferd sufix")&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;Avidar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 07:45:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1925430#M2560</guid>
      <dc:creator>avidary_qlik</dc:creator>
      <dc:date>2022-05-03T07:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Target endpoint - Separate topic for each table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1925571#M2561</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/149866"&gt;@avidary_qlik&lt;/a&gt;&amp;nbsp;. &amp;nbsp;I tried it that way, but it doesn't take the table name from the variable. &amp;nbsp;Am I missing to set something else?&amp;nbsp;&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-inline" image-alt="adbdkb_0-1651577525904.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/78507i502E176E24167E56/image-size/medium?v=v2&amp;amp;px=400" role="button" title="adbdkb_0-1651577525904.png" alt="adbdkb_0-1651577525904.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;I do have the topics that satisfy the criteria but the error that indicates topic doesn't exist - doesn't insert the table name&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any suggestions?&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 11:34:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1925571#M2561</guid>
      <dc:creator>adbdkb</dc:creator>
      <dc:date>2022-05-03T11:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Target endpoint - Separate topic for each table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1925587#M2562</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/177259"&gt;@adbdkb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will need to see your task's diagnostic package.&lt;/P&gt;
&lt;P&gt;Can you please open a case and attach the&amp;nbsp;diagnostic package and the Kafka server. properties file?&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;Avidar&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 11:48:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1925587#M2562</guid>
      <dc:creator>avidary_qlik</dc:creator>
      <dc:date>2022-05-03T11:48:56Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Target endpoint - Separate topic for each table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1925596#M2563</link>
      <description>&lt;P&gt;Sure. &amp;nbsp;Could you please let me know, &amp;nbsp;how do I generate the diagnostic package?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 11:56:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1925596#M2563</guid>
      <dc:creator>adbdkb</dc:creator>
      <dc:date>2022-05-03T11:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Kafka Target endpoint - Separate topic for each table</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1925601#M2564</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/177259"&gt;@adbdkb&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please follow the instructions in the link below:&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;more information on how to extract the Diagnostic package is in the link below.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&lt;A href="https://community.qlik.com/t5/Knowledge/How-to-collect-Diagnostics-Package-from-Qlik-Replicate/ta-p/1815056" target="_blank"&gt;https://community.qlik.com/t5/Knowledge/How-to-collect-Diagnostics-Package-from-Qlik-Replicate/ta-p/1815056&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;Thank you&lt;BR /&gt;Avidar&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 11:59:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Kafka-Target-endpoint-Separate-topic-for-each-table/m-p/1925601#M2564</guid>
      <dc:creator>avidary_qlik</dc:creator>
      <dc:date>2022-05-03T11:59:25Z</dc:date>
    </item>
  </channel>
</rss>

