Re: Getting consumers list from Kafka Metadata API

2014-12-01 Thread Jun Rao
We don't have such an api on the broker right now. Thanks, Jun On Sun, Nov 30, 2014 at 6:33 AM, Mo Firouz wrote: > Hi guys, > > I was wondering if I could get a list of consumers / consumer groups from > Kafka directly without the use of Zookeeper? > > Bonus point goes if I can get a list of p

Getting consumers list from Kafka Metadata API

2014-11-30 Thread Mo Firouz
Hi guys, I was wondering if I could get a list of consumers / consumer groups from Kafka directly without the use of Zookeeper? Bonus point goes if I can get a list of producers too? I'm currently working on a little monitoring tool for Kafka 0.8 ( https://github.com/mofirouz/kafka-monitor). Hop