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

Delete consumer group offset #4381

Open
2 tasks done
cykl opened this issue Feb 13, 2024 · 2 comments
Open
2 tasks done

Delete consumer group offset #4381

cykl opened this issue Feb 13, 2024 · 2 comments
Labels
status/triage Issues pending maintainers triage type/feature A new feature

Comments

@cykl
Copy link

cykl commented Feb 13, 2024

Issue submitter TODO list

  • I've searched for an already existing issues here
  • I'm running a supported version of the application which is listed here and the feature is not present there

Is your proposal related to a problem?

When a consumer group no longer subscribe to a given topic, this topic stays in consumer group offsets.
One may want to explicitly delete those offsets, ex. otherwise monitor think lag is building up.

kafka-ui allows to reset offsets but not to delete them.

Describe the feature you're interested in

From a consumer group page, I would like to be able to delete one or several consumer group offsets.
UX could be very close to the reset offset page (topic + partion, drop reset type).

Describe alternatives you've considered

I currently have to do it manually using kafkactl delete consumer-group-offset ${COMSUMER-GROUP} --topic=${TOPIC}.

I'm not aware of any way of doing it with kafka-ui.

Version you're running

fdd9ad9

Additional context

No response

@cykl cykl added status/triage Issues pending maintainers triage type/feature A new feature labels Feb 13, 2024
Copy link

Hello there cykl! 👋

Thank you and congratulations 🎉 for opening your very first issue in this project! 💖

In case you want to claim this issue, please comment down below! We will try to get back to you as soon as we can. 👀

@JonWillis-Tote
Copy link

Just come across this same issue, where we subscribed to a topic by accident and removed the subscription, but a lag now shows on our dashboard. No worries i said, I'll pop into the UI and delete the offset for this consumer group. However, I can only update the offset or delete the consumer groups and its offsets to all topics its used. I kinda expected a delete button next to each topic, oh well, off to the command line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status/triage Issues pending maintainers triage type/feature A new feature
Projects
None yet
Development

No branches or pull requests

2 participants