You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Pavan Chenduluru <ch...@gmail.com> on 2015/06/09 11:43:11 UTC

Query on kafka broker and topic metadata

Hi,

I am new to kafka and I have a doubt.

How to read specified broker and topic statistics from kafka server?

I want to read below parameters about existing topic from kafka.

1) How many activeMessages
2) How many activeSubscriptions
3) How many totalMessages
4) How many totalSubscriptions
5) How mnay deliveryFaults
6) How many pendingDelivery

Pls do the needful.

Thanks & Regards,
Pavan