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

Consumers: Unsubscribe topics from consumer group #462

Closed
2 tasks done
Boniker opened this issue Jul 2, 2024 · 4 comments · Fixed by #549
Closed
2 tasks done

Consumers: Unsubscribe topics from consumer group #462

Boniker opened this issue Jul 2, 2024 · 4 comments · Fixed by #549
Labels
area/consumers scope/backend Related to backend changes scope/frontend Related to frontend changes status/triage/completed Automatic triage completed type/enhancement En enhancement/improvement to an already existing feature
Milestone

Comments

@Boniker
Copy link

Boniker commented Jul 2, 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?

I noticed that the Kafka UI doesn’t have an opportunity to unsubscribe topics from consumer group.

Imagine a situation where you have a lag alert in your environment.
If you reset the offset, the situation will not change because the lag will remain and the topic will be subscribed to this customer group

Describe the feature you're interested in

I request to be able to completely unsubscribe the topic from the customer group (like remove it from the cg)

AC:

  • stop consumer group
  • unsubscribe topics button for all topics
  • start consumer group

Describe alternatives you've considered

we can do it via kafka server (better to do it via Kafka-ui):

kafka-consumer-groups --bootstrap-server <server>
   --delete-offsets -group <group_name> \
   --topic <topic_1> \
   --topic <topic_2> \
   --topic <topic_3>

Version you're running

28677a9

Additional context

https://discord.com/channels/897805035122077716/1256173629306048522/1256173629306048522

@Boniker Boniker added status/triage Issues pending maintainers triage type/feature A brand new feature labels Jul 2, 2024
@kapybro kapybro bot added status/triage/manual Manual triage in progress area/topics status/triage/completed Automatic triage completed and removed status/triage Issues pending maintainers triage labels Jul 2, 2024
@Boniker
Copy link
Author

Boniker commented Jul 2, 2024

@Haarolean jfyi

@merzenniy

This comment was marked as spam.

1 similar comment
@fienlag

This comment was marked as spam.

@Haarolean Haarolean added type/enhancement En enhancement/improvement to an already existing feature scope/backend Related to backend changes area/consumers and removed type/feature A brand new feature status/triage/manual Manual triage in progress labels Jul 5, 2024
@Haarolean Haarolean added this to the 1.2 milestone Jul 5, 2024
@Haarolean Haarolean added this to Roadmap Jul 5, 2024
@github-project-automation github-project-automation bot moved this to Unscheduled in Roadmap Jul 5, 2024
@Haarolean Haarolean moved this from Unscheduled to Next in Roadmap Jul 5, 2024
@Haarolean Haarolean changed the title Unsubscribe topics from consumer group Consumers: Unsubscribe topics from consumer group Jul 5, 2024
@Haarolean Haarolean added the scope/frontend Related to frontend changes label Jul 5, 2024
@Haarolean Haarolean linked a pull request Sep 18, 2024 that will close this issue
13 tasks
@Haarolean Haarolean moved this to In Review in Up for grabs Oct 1, 2024
@Haarolean Haarolean moved this from Next to 1.1 in Roadmap Oct 7, 2024
@Haarolean Haarolean modified the milestones: 1.2, 1.1 Oct 7, 2024
@Haarolean Haarolean moved this from Todo to PR Approved in Release 1.1 Oct 7, 2024
@Haarolean Haarolean moved this from In Review to PR Approved in Up for grabs Oct 7, 2024
@Haarolean
Copy link
Member

Since we have a PR submitted and approved and given the amount of interest in this issue, I'm moving this from 1.2 to an upcoming 1.1 release instead.

@github-project-automation github-project-automation bot moved this from PR Approved to Done in Release 1.1 Oct 9, 2024
@github-project-automation github-project-automation bot moved this from PR Approved to Done in Up for grabs Oct 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/consumers scope/backend Related to backend changes scope/frontend Related to frontend changes status/triage/completed Automatic triage completed type/enhancement En enhancement/improvement to an already existing feature
Projects
Status: Done
Status: 1.1
Status: Done
Development

Successfully merging a pull request may close this issue.

4 participants