-
Task
-
Resolution: Unresolved
-
Major
-
2.5.4.Final
-
None
-
False
-
None
-
False
-
-
- [Doc] Add the more correct way to remove offsets
- We We describe how to remove offsets in several places in our document as below:
Clear the offsets in the configured Kafka Connect offset.storage.topic. For more information about how to remove offsets, see the Debezium community FAQ.
- https://debezium.io/documentation/faq/#how_to_remove_committed_offsets_for_a_connector
- "This is a highly technical operation manipulating Kafka Connect internals".
- However, "KIP-875: First-class offsets support in Kafka Connect" was introduced since AMQ Streams 2.6 (Kafka 3.6). And as of now, this is the polite and official way.
- There should be additional instructions on how to remove offsets using those REST APIs, rather than such highly technical operation manipulating Kafka Connect internals.