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

feat: Delete all offsets of a consumer group from a topic #1045

Conversation

IngoStrauch2020
Copy link
Contributor

Adds a 'Delete offsets' button to the 'ConsumerGroup' view which brings you to a new 'ConsumerGroupOffsetDelete' view that lists all topics of the consumer group in a table with a 'Delete' action button per row.

Adds a new endpoint to the backend to delete all offsets of one consumer group from one topic by using deleteConsumerGroupOffsets(String groupId, Set<TopicPartition> partitions) of the Kafka AdminClient.

Implements #790

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.

3 participants