Fetching details from Kafka Server

2015-07-13 Thread Swati Suman
Hi Team, We are using Kafka 0.8.2 I have two questions: 1)Is there any Java Api in Kafka that gives me the list of all the consumer groups along with the topic/partition from which they are consuming Also, is there any way that I can fetch the zookeeper list from the kafka server side . Note: I a

Re: Fetching details from Kafka Server

2015-07-13 Thread pushkar priyadarshi
2)You need to implement MetricReporter and provider that implementation class name against producer side configuration metric.reporters On Mon, Jul 13, 2015 at 9:08 PM, Swati Suman wrote: > Hi Team, > We are using Kafka 0.8.2 > > I have two questions: > > 1)Is there any Java Api in Kafka that gi