Before Creating the Enhancement Request
Summary
Support delete consumer offset by consumer group and topic.
Motivation
When a consumer group subscribes to an unintended topic by mistake, the client will continuously report and update the consumer offset to the broker, causing the broker to persist the offset for this erroneous subscription. Since deleting the topic or the consumer group entirely is not desirable. other subscriptions under the same group or other groups consuming the same topic should not be affected. users need the ability to precisely clean up the consumer offset for a specific topic under a specific consumer group, without removing the topic or the group itself.
Describe the Solution You'd Like
- add a new request code.
- provide a new sub command to delete consumer offset.
Describe Alternatives You've Considered
No
Additional Context
No response
Before Creating the Enhancement Request
Summary
Support delete consumer offset by consumer group and topic.
Motivation
When a consumer group subscribes to an unintended topic by mistake, the client will continuously report and update the consumer offset to the broker, causing the broker to persist the offset for this erroneous subscription. Since deleting the topic or the consumer group entirely is not desirable. other subscriptions under the same group or other groups consuming the same topic should not be affected. users need the ability to precisely clean up the consumer offset for a specific topic under a specific consumer group, without removing the topic or the group itself.
Describe the Solution You'd Like
Describe Alternatives You've Considered
No
Additional Context
No response