You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Dillian Murphey <cr...@gmail.com> on 2015/01/17 18:11:11 UTC

Command to list my brokers

Hi all,

I just want a way to query all of my brokers to see if they're all
connected and online, without creating a topic.  Or is creating a topic the
best way to verify all my brokers are up and running???

Thanks

Re: Command to list my brokers

Posted by Guozhang Wang <wa...@gmail.com>.
Dillian,

Currently we do not have a script tool to list / verify all the brokers
directly. The best practice would be checking the /brokers/ids path on ZK.
This situation could be improved though, could you file a JIRA for adding
admin tool on listing / verifying online brokers?

Guozhang

On Sat, Jan 17, 2015 at 9:11 AM, Dillian Murphey <cr...@gmail.com>
wrote:

> Hi all,
>
> I just want a way to query all of my brokers to see if they're all
> connected and online, without creating a topic.  Or is creating a topic the
> best way to verify all my brokers are up and running???
>
> Thanks
>



-- 
-- Guozhang