<?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>article How does Qlik Replicate convert DB2 commit timestamp to Kafka message payload? in Official Support Articles</title>
    <link>https://community.qlik.com/t5/Official-Support-Articles/How-does-Qlik-Replicate-convert-DB2-commit-timestamp-to-Kafka/ta-p/2538903</link>
    <description>&lt;P&gt;How does Qlik Replicate convert DB2 commit timestamps to Kafka message payload, and why are we seeing a lag of several hours?&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;When Qlik Replicate reads change events from the DB2 iSeries journal, each journal entry includes both:
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;STRONG&gt;Entry timestamp&lt;/STRONG&gt;: when the individual operation was logged; from JOENTTST. Qlik Replicate does not use it.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Commit timestamp&lt;/STRONG&gt;: when the transaction was committed; from JOCTIM. This is what Qlik Replicate uses as the payload timestamp field.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Then Qlik Replicate converts DB2 iSeries journal commit timestamps to UTC&amp;nbsp;&lt;/SPAN&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;SPAN&gt;Qlik Replicate normalizes all internal event timestamps to UTC before serializing the payload, regardless of the source system’s local timezone.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;This guarantees downstream consumers (Kafka / Schema Registry / Avro) have a single consistent time base.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Qlik Replicate then populates the &lt;STRONG&gt;data.timestamp&lt;/STRONG&gt; field in the Kafka message payload.&lt;/SPAN&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;SPAN&gt;The timestamp field in the Kafka message payload represents the commit timestamp of the transaction as recorded in the DB2i journal in &lt;STRONG&gt;UTC timezone&lt;/STRONG&gt;. This does not use the &lt;SPAN&gt;Kafka broker's or&amp;nbsp;source DB2 i system's&amp;nbsp;&lt;/SPAN&gt;local timezone.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;An offset of several hours here is due to timezone normalization, not replication lag.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Note that some operations (DDL, full-load, or deletes) may omit &lt;STRONG&gt;data.timestamp&lt;/STRONG&gt; because no valid source commit time exists. This is also expected behavior.&lt;/SPAN&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;SPAN&gt;DDL: Not tied to a commit&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Full Load: No CDC commit time yet&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Delete: DB2 journals don’t always include a valid commit timestamp for the before-image&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Replicate&lt;/LI&gt;
&lt;/UL&gt;</description>
    <pubDate>Thu, 11 Dec 2025 10:44:12 GMT</pubDate>
    <dc:creator>Kent_Feng</dc:creator>
    <dc:date>2025-12-11T10:44:12Z</dc:date>
    <item>
      <title>How does Qlik Replicate convert DB2 commit timestamp to Kafka message payload?</title>
      <link>https://community.qlik.com/t5/Official-Support-Articles/How-does-Qlik-Replicate-convert-DB2-commit-timestamp-to-Kafka/ta-p/2538903</link>
      <description>&lt;P&gt;How does Qlik Replicate convert DB2 commit timestamps to Kafka message payload, and why are we seeing a lag of several hours?&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;When Qlik Replicate reads change events from the DB2 iSeries journal, each journal entry includes both:
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;STRONG&gt;Entry timestamp&lt;/STRONG&gt;: when the individual operation was logged; from JOENTTST. Qlik Replicate does not use it.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Commit timestamp&lt;/STRONG&gt;: when the transaction was committed; from JOCTIM. This is what Qlik Replicate uses as the payload timestamp field.&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Then Qlik Replicate converts DB2 iSeries journal commit timestamps to UTC&amp;nbsp;&lt;/SPAN&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;SPAN&gt;Qlik Replicate normalizes all internal event timestamps to UTC before serializing the payload, regardless of the source system’s local timezone.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;This guarantees downstream consumers (Kafka / Schema Registry / Avro) have a single consistent time base.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Qlik Replicate then populates the &lt;STRONG&gt;data.timestamp&lt;/STRONG&gt; field in the Kafka message payload.&lt;/SPAN&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;SPAN&gt;The timestamp field in the Kafka message payload represents the commit timestamp of the transaction as recorded in the DB2i journal in &lt;STRONG&gt;UTC timezone&lt;/STRONG&gt;. This does not use the &lt;SPAN&gt;Kafka broker's or&amp;nbsp;source DB2 i system's&amp;nbsp;&lt;/SPAN&gt;local timezone.&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;An offset of several hours here is due to timezone normalization, not replication lag.&amp;nbsp;&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Note that some operations (DDL, full-load, or deletes) may omit &lt;STRONG&gt;data.timestamp&lt;/STRONG&gt; because no valid source commit time exists. This is also expected behavior.&lt;/SPAN&gt;
&lt;UL class="lia-list-style-type-circle"&gt;
&lt;LI&gt;&lt;SPAN&gt;DDL: Not tied to a commit&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Full Load: No CDC commit time yet&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN&gt;Delete: DB2 journals don’t always include a valid commit timestamp for the before-image&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;H4&gt;&lt;FONT color="#339966"&gt;&lt;STRONG&gt;Environment&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/H4&gt;
&lt;UL&gt;
&lt;LI&gt;Qlik Replicate&lt;/LI&gt;
&lt;/UL&gt;</description>
      <pubDate>Thu, 11 Dec 2025 10:44:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Official-Support-Articles/How-does-Qlik-Replicate-convert-DB2-commit-timestamp-to-Kafka/ta-p/2538903</guid>
      <dc:creator>Kent_Feng</dc:creator>
      <dc:date>2025-12-11T10:44:12Z</dc:date>
    </item>
  </channel>
</rss>

