...
- For any specified input topics:
- Reset the application’s committed consumer offsets to zero "beginning of the topic" for all partitions (for consumer group
application.id
).
- Reset the application’s committed consumer offsets to zero "beginning of the topic" for all partitions (for consumer group
- For any specified intermediate topics:
- Skip to the end of the topic, i.e. set the application’s committed consumer offsets for all partitions to each partition’s
logSize
(for consumer groupapplication.id
).
- Skip to the end of the topic, i.e. set the application’s committed consumer offsets for all partitions to each partition’s
- For any internal topics:
- Reset the application’s committed consumer offsets to zero for all partitions (for consumer group
application.id
). - Delete the internal topicDelete the internal topic (this will also delete committed the corresponding committed offsets).
- Reset the application’s committed consumer offsets to zero for all partitions (for consumer group