yahoo / CMAK

CMAK is a tool for managing Apache Kafka clusters
Apache License 2.0
11.84k stars 2.51k forks source link

Kafka-manager shows deleted consumers #562

Open peetasan opened 6 years ago

peetasan commented 6 years ago

When I explicitly delete a console-consumer with the command below, it still shows up in Kafka-Manager. I think the list of consumers in Kafka-manager should match the output of ./kafka-consumer-groups.sh --list

./kafka-consumer-groups.sh --bootstrap-server $BROKERS --delete --group console-consumer-65634

Using version 1.3.3.18

devspyrosv commented 6 years ago

Have you tried restarting Kafka-manager?

Preserver6166 commented 6 years ago

Have you tried restarting Kafka-manager?

Same question. If I restart the Kafka-manager, those deleted consumers will not show again. The problem is, I have to restart the Kafka-manager frequently since we have to create lots of consumers in some situation.

gabrywu commented 5 years ago

This is not a good feature

woozhijun commented 5 years ago

Ye, not a good feature

tenpin22 commented 5 years ago

We ran into the same issue and very misleading when you see consumers that are no longer real.

echooymxq commented 5 years ago

today, i also meet it.

seunggabi commented 3 years ago

I also too.

oyee91 commented 3 years ago

Still valid, maybe polling once a day or so to refresh the list.

kaichenkai commented 3 years ago

Is there an answer to this question?

vicusbass commented 2 years ago

4 years later, issue still there