Re: Is there a tool to list the topic-partitions on a particular broker

2016-04-21 Thread Rajiv Kurian
Thanks - I'l try it out! On Thu, Apr 21, 2016 at 4:19 AM, wrote: > Yep, install Kakfa Manager like Vijay wrote. > > --John > > Sent from my iPhone > > > On Apr 20, 2016, at 11:50 PM, Vijay Patil > wrote: > > > > There is a awesome tool called "kafka-manager", which was opened sourced > by > > Y

Re: Is there a tool to list the topic-partitions on a particular broker

2016-04-21 Thread hokiegeek2
Yep, install Kakfa Manager like Vijay wrote. --John Sent from my iPhone > On Apr 20, 2016, at 11:50 PM, Vijay Patil wrote: > > There is a awesome tool called "kafka-manager", which was opened sourced by > Yahoo. > https://github.com/yahoo/kafka-manager > > >> On 21 April 2016 at 08:07, Raji

Re: Is there a tool to list the topic-partitions on a particular broker

2016-04-20 Thread Vijay Patil
There is a awesome tool called "kafka-manager", which was opened sourced by Yahoo. https://github.com/yahoo/kafka-manager On 21 April 2016 at 08:07, Rajiv Kurian wrote: > The kafka-topics.sh tool lists topics and where the partitions are. Is > there a similar tool where I could give it a broker

Is there a tool to list the topic-partitions on a particular broker

2016-04-20 Thread Rajiv Kurian
The kafka-topics.sh tool lists topics and where the partitions are. Is there a similar tool where I could give it a broker id and it would give me all the topic-partitions on it? I want to bring down a few brokers but before doing that I want to make sure that I've migrated all topics away from it,