Kafka Connectsink connectorsuse thestandard Kafka consumer mechanismto track offsets, which means offsets are stored in the__consumer_offsets internal topic.
FromKafka Connect Documentation:
“Sink connectors are regular Kafka consumers and store their offsets in the __consumer_offsets topic like any other consumer.”
The other options refer tosource connectorsor worker configuration.
offsets.storage.topic is relevant forsource connectors.
[Reference:Kafka Connect Concepts > Sink Connectors and Offset Storage, ============]
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit