Details
Description
StreamsResetter has two issues with regard to offset manipulation
- it should commit offset "zero" for internal repartitioning topics (instead of using `seedToBeginning()`, that is only correct for user input topics)
- it should not commit offsets for internal changelog topic
Does not affect 0.10.2 because internal topics get deleted and as of 0.10.2 any committed offsets get deleted automatically on topic deletion, too.
Attachments
Issue Links
- is related to
-
KAFKA-4697 Simplify Streams Reset Tool
- Resolved