Open peetasan opened 6 years ago
Have you tried restarting Kafka-manager?
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.
This is not a good feature
Ye, not a good feature
We ran into the same issue and very misleading when you see consumers that are no longer real.
today, i also meet it.
I also too.
Still valid, maybe polling once a day or so to refresh the list.
Is there an answer to this question?
4 years later, issue still there
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