Status
Current state: Under Discussion vote
Discussion thread: https://lists.apache.org/thread.html/r2dc1cabfb75df6117bc464c29f0700dd1214fd1352bacfa99381b9bf%40%3Cdev.kafka.apache.org%3E
JIRA:
Motivation
- user has to specify input topic name in the stream reset tool in order to purge its offsets
Adding a new option which could automatically detect all external topics and reset their corresponding offsets
- Extend input to add the ability to reset multiple inputs simultaneously
Public Interfaces
add reset-all-external-topics option
private static OptionSpecBuilder resetAllExternalTopicsOption;
Proposed Changes
We could add a config `--reset-all-external-topics` to the reset tool such that when enabled, we could delete offsets for all involved topics.
- Added '--reset-all-external-topics' option
Compatibility, Deprecation, and Migration Plan
Because it is an option addition Compatibility, Deprecation, and Migration Plan are not a problem
Rejected Alternatives
Not applicable.