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

Support deleting offset of a consumer group from a topic #790

Closed
uqix opened this issue Aug 13, 2021 · 1 comment
Closed

Support deleting offset of a consumer group from a topic #790

uqix opened this issue Aug 13, 2021 · 1 comment
Labels
consumer group Kafka Consumer group enhancement New feature or request good first issue Good for newcomers ui Need an ui update

Comments

@uqix
Copy link

uqix commented Aug 13, 2021

We can do so with cli:

./kafka-consumer-groups.sh \
  --bootstrap-server <bootstrap-server-url> \
  --delete-offsets \
  --group <my-group> \
  --topic <topic-name>

FYI:
https://stackoverflow.com/questions/63704988/how-to-remove-a-kafka-consumer-group-from-a-specific-topic

@tchiotludo tchiotludo added consumer group Kafka Consumer group enhancement New feature or request ui Need an ui update labels Sep 13, 2021
@tchiotludo
Copy link
Owner

tchiotludo commented Sep 13, 2021

seems to be an easy one, PR are welcome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
consumer group Kafka Consumer group enhancement New feature or request good first issue Good for newcomers ui Need an ui update
Projects
Status: Done
Development

No branches or pull requests

2 participants