Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add command to delete consumer group #221

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

isaacd9
Copy link

@isaacd9 isaacd9 commented Jan 10, 2025

Add a command to delete a consumer group. This is useful to remove a consumer group that has stopped consuming. Check that the consumer group exists and is not dead, and if so, remove it directly.

This is a little unsafe, as we simply remove the group without asking for confirmation. I suppose we could do so, but it seems a little gratuitous.

@isaacd9 isaacd9 requested a review from a team as a code owner January 10, 2025 20:03
@isaacd9 isaacd9 changed the title delete consumer group add command to delete consumer group Jan 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant