Tool not able to list kafka consumers
jmarkan opened this issue · 2 comments
jmarkan commented
When I call the API via http://localhost:8121/kafka/consumergroups/, the list that I get only contains ZK consumers and not Kafka based consumer. Is this expected?
gnuhpc commented
Hi Jamrkan.
If so, it didn't work as expected. The listing consumer group api contains two parameters: one is the consumer group type (new which is the Kafka based consumer while old represents the zk based consumer, if you leave this parameter blank, the new will be the default value), one is the topic by which you could list all the consumer group related to the specified topic.
Can you attach some logs for further debugging?
Thank you!
gnuhpc commented
Close due to lack of logs