Kafka Connect source connectors use the offset.storage.topic configuration parameter to define where to store offsets that track the connector's position in the source system (e.g., database, file, etc.).
From Kafka Connect Worker Configuration:
“offset.storage.topic specifies the topic in Kafka where the connector stores offsets for each source partition.”
This allows Kafka Connect to resume from the correct position on restart.
The other options (B–D) are not valid Kafka configs.
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