You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Mo Firouz <Mo...@visualdna.com> on 2014/11/30 15:33:37 UTC

Getting consumers list from Kafka Metadata API

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). Hope that could be useful.

Cheers,
Mo.

Re: Getting consumers list from Kafka Metadata API

Posted by Jun Rao <ju...@gmail.com>.
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 <Mo...@visualdna.com> 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 producers too?
>
> I'm currently working on a little monitoring tool for Kafka 0.8 (
> https://github.com/mofirouz/kafka-monitor). Hope that could be useful.
>
> Cheers,
> Mo.
>