HomeAdvisor / Kafdrop

Kafka UI and Monitoring Tool
Apache License 2.0
398 stars 163 forks source link

Kafka consumer is not visible #42

Open atulrenapurkar opened 5 years ago

atulrenapurkar commented 5 years ago

Hi When we are using kafka 2.2.0 and monitoring through kafka drop, Consumers information is not visible in when we go to topic description page. But when we are using kafka 2.0.0 , It is working fine.

I am using latest kafka drop(kafdrop-2.0.6.jar).

Please feel free if you need any additional information.

URL : http://localhost:9000/topic/topicname

Screen Shot 2019-04-01 at 2 19 18 PM
clacetera commented 5 years ago

We have the same problem.

I suppose may be an issue to address at KAFKA version major 1.0 that don't use Zookeeper for consumer groups...

There is intersting if someone is working on this enhancement.

ekoutanov commented 5 years ago

Kafdrop doesn't output consumer stats for the new (well, not so new now) consumers (Kafka 0.9 and above). Another fork - Kafdrop 3, which I help maintain, has completely removed support for old-style consumers (drastically simplifying the codebase) and fixed the consumers view for the new-style (non-Zookeeper) consumers.