kafbat / kafka-ui

Open-Source Web UI for managing Apache Kafka clusters
http://ui.docs.kafbat.io
Apache License 2.0
593 stars 79 forks source link

Consumers: Unsubscribe topics from consumer group #462

Closed Boniker closed 3 weeks ago

Boniker commented 4 months ago

Issue submitter TODO list

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:

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

28677a90366791187787f1c7c0c26151648714e3

Additional context

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

Boniker commented 4 months ago

@Haarolean jfyi

merzenniy commented 4 months ago

+1

fienlag commented 4 months ago

+1

Haarolean commented 3 weeks ago

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.