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

Implement Admin::deleteConsumerGroupOffsets #1549

Open
Milraun opened this issue Mar 13, 2023 · 1 comment · May be fixed by #1586
Open

Implement Admin::deleteConsumerGroupOffsets #1549

Milraun opened this issue Mar 13, 2023 · 1 comment · May be fixed by #1586

Comments

@Milraun
Copy link

Milraun commented Mar 13, 2023

Is your feature request related to a problem? Please describe.
We sometimes have the problem, that a topic is no longer subscribed by a consumer group (e.g. after a software update). Kafka keeps this topics for 7 days (default) in the consumer group. This consumer groups often cause monitoring alerts due to the lag that is accounted for this topics.

We would like to find a way to delete this topics from the consumer group automatically. Therefor we need 'deleteConsumerGroups' in the admin interface.

Describe the solution you'd like
'deleteConsumerGroups' should be implemented in the Admin client.

Additional context
-- nothing here --

@noelmat
Copy link

noelmat commented Apr 4, 2023

Hi
I would like to pick this up. Can you assign this to me?

ehm-93 added a commit to ehm-93/kafkajs that referenced this issue Jun 11, 2023
ehm-93 added a commit to ehm-93/kafkajs that referenced this issue Jun 11, 2023
@ehm-93 ehm-93 linked a pull request Jun 11, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants