<?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 Topics retention time in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Topics-retention-time/m-p/1897733#M1934</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I have a problem with settings in Qlik Replication.&lt;/P&gt;
&lt;P&gt;We replicate db2 tables to confluent kafka. The retention time of the topics is one week now but I'd like to increase the retention time to three weeks.&lt;/P&gt;
&lt;P&gt;But how to implement those changes in Qlik replication task?&lt;/P&gt;
&lt;P&gt;Can you help me?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gladi&lt;/P&gt;</description>
    <pubDate>Fri, 25 Feb 2022 16:40:24 GMT</pubDate>
    <dc:creator>Gladi</dc:creator>
    <dc:date>2022-02-25T16:40:24Z</dc:date>
    <item>
      <title>Topics retention time</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Topics-retention-time/m-p/1897733#M1934</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;
&lt;P&gt;I have a problem with settings in Qlik Replication.&lt;/P&gt;
&lt;P&gt;We replicate db2 tables to confluent kafka. The retention time of the topics is one week now but I'd like to increase the retention time to three weeks.&lt;/P&gt;
&lt;P&gt;But how to implement those changes in Qlik replication task?&lt;/P&gt;
&lt;P&gt;Can you help me?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you in advance&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Gladi&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 16:40:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Topics-retention-time/m-p/1897733#M1934</guid>
      <dc:creator>Gladi</dc:creator>
      <dc:date>2022-02-25T16:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Topics retention time</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Topics-retention-time/m-p/1897735#M1935</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/166794"&gt;@Gladi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;We cannot change the topic retention policy from the replicate side. It can be done by your Kafka admin team on the topic level.&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>Fri, 25 Feb 2022 16:50:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Topics-retention-time/m-p/1897735#M1935</guid>
      <dc:creator>SwathiPulagam</dc:creator>
      <dc:date>2022-02-25T16:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Topics retention time</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Topics-retention-time/m-p/1897750#M1937</link>
      <description>&lt;P&gt;Hi Swathi,&lt;/P&gt;
&lt;P&gt;There aren't target internal parametersi for topic retention policy in Qlik?&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Gladi&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 17:13:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Topics-retention-time/m-p/1897750#M1937</guid>
      <dc:creator>Gladi</dc:creator>
      <dc:date>2022-02-25T17:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Topics retention time</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Topics-retention-time/m-p/1897761#M1940</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/166794"&gt;@Gladi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Replicate use librdkafka client API to connect Kafka and it exposed only limited parameters to use(delete.retention.ms is not in the list of exposed parameters so we can't use it from replicate).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A tabindex="-1" title="https://github.com/edenhill/librdkafka/blob/master/configuration.md" href="https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md" target="_blank" rel="noopener noreferrer" aria-label="Link https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md"&gt;https://github.com/edenhill/librdkafka/blob/master/CONFIGURATION.md&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;if you want to use rdkafka Topic configuration properties then you can pass those parameters using &lt;STRONG&gt;rdkafkaTopicProperties&lt;/STRONG&gt; internal property. In the same way, if you want to use rdkafka Global configuration properties then you can pass those parameters using &lt;STRONG&gt;rdkafkaProperties&lt;/STRONG&gt; internal parameter.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Swathi&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 17:45:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Topics-retention-time/m-p/1897761#M1940</guid>
      <dc:creator>SwathiPulagam</dc:creator>
      <dc:date>2022-02-25T17:45:19Z</dc:date>
    </item>
    <item>
      <title>Re: Topics retention time</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Topics-retention-time/m-p/1897767#M1942</link>
      <description>&lt;P&gt;There are no 'documented' internal parameters to specify topic retention which is clearly a Kafka thing, far away from Replicate's main function.&lt;/P&gt;
&lt;P&gt;You could try to find something useful to stick into: "additionalConnectionProperties" or "rdkafkaProperties"&lt;/P&gt;
&lt;P&gt;Hein.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Feb 2022 18:25:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Topics-retention-time/m-p/1897767#M1942</guid>
      <dc:creator>Heinvandenheuvel</dc:creator>
      <dc:date>2022-02-25T18:25:58Z</dc:date>
    </item>
  </channel>
</rss>

