Re: Kafka 0.8.2.1 - Listing partitions owned by consumers

2015-05-12 Thread Bharath Srinivasan
As we need to do this programmatically, i tried to strip out the relevant parts from ConsumerOffsetChecker. It did work. Thanks for the suggestions. On Tue, May 12, 2015 at 8:58 PM, Mayuresh Gharat wrote: > Well, there is no separate tool available for importing and exporting > offsets from ka

Re: Kafka 0.8.2.1 - Listing partitions owned by consumers

2015-05-12 Thread Mayuresh Gharat
Well, there is no separate tool available for importing and exporting offsets from kafka, which will also provide this functionality. We are working on it. You can try the consumerOffsetChecker as Aditya mentioned. Thanks, Mayuresh On Tue, May 12, 2015 at 8:11 PM, Aditya Auradkar < aaurad...@li

RE: Kafka 0.8.2.1 - Listing partitions owned by consumers

2015-05-12 Thread Aditya Auradkar
Perhaps you could try the ConsumerOffsetChecker. The "Owner" field might be what you want.. Aditya From: Bharath Srinivasan [bharath...@gmail.com] Sent: Tuesday, May 12, 2015 7:29 PM To: users@kafka.apache.org Subject: Kafka 0.8.2.1 - Listing partitions