-
Notifications
You must be signed in to change notification settings - Fork 12k
Open
Senrian/rocketmq
#19Labels
Description
Before Creating the Enhancement Request
- I have confirmed that this should be classified as an enhancement rather than a bug/feature.
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
Reactions are currently unavailable