linkedin / Burrow

Kafka Consumer Lag Checking
Apache License 2.0
3.7k stars 793 forks source link

Can we see brokers list as well #456

Open jaydeepch15 opened 5 years ago

jaydeepch15 commented 5 years ago

Can I see brokers list of kakfa as well from Burrows? If yes, How can It be done. please suggest.

thomaslaw commented 5 years ago

You can get cluster details from burrow:

https://github.com/linkedin/Burrow/wiki/http-request-kafka-cluster-detail

Is this what you want?

jaydeepch15 commented 5 years ago

Yes, However not only the brokers lists but the how many brokers are actually online .

toddpalino commented 5 years ago

By definition, the brokers that are returned are the ones that are online, as it's built from cluster metadata. If there is a broker that is part of the cluster, but is down, it will not show up.

cengler commented 1 year ago

The list of "servers" is only of the N brokers that where in the config file. Is there any way to see the status of ALL brokers in the kafka cluster (not only the initial contact points)