Files
doc-exports/docs/dms/umn/kafka-faq-0065.html
chenjunjie 190f09501c DMS UMN 20250314 version
Reviewed-by: Liudmila Denisova <ldenisov@noreply.gitea.eco.tsi-dev.otc-service.com>
Co-authored-by: chenjunjie <chenjunjie@huawei.com>
Co-committed-by: chenjunjie <chenjunjie@huawei.com>
2025-10-06 09:50:17 +00:00

13 lines
1.1 KiB
HTML

<a name="kafka-faq-0065"></a><a name="kafka-faq-0065"></a>
<h1 class="topictitle1">Why Are Offsets Not Continuous?</h1>
<div id="body0000002106681041"><p id="kafka-faq-0065__p9998429174212">If you have enabled idempotence or transactions on the producer client, and produced messages, message offsets are not continuous on the consumer client or on the <strong id="kafka-faq-0065__b1841184575819">Message Query</strong> page on the Kafka console. This is because enabling idempotence or transactions generates some metadata control messages during message production. These control messages are produced to topics, and are invisible to consumers.</p>
<p id="kafka-faq-0065__p1023711518442">By default, idempotence is enabled for Kafka 3.0 and later producer clients. To disable it, set the parameter <strong id="kafka-faq-0065__b7497663319">enable.idempotence</strong> to <strong id="kafka-faq-0065__b13277169033">false</strong>.</p>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="kafka-faq-190416001.html">Messages</a></div>
</div>
</div>