Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the proper way to check kafka cluster health?

I'm developing an application that uses Kafka cluster behind an Elastic Load Balancer on AWS and I'm wondering, what is the best way to check health of instances in kafka cluster ?

Did anyone had a similar issue ?

like image 495
pgrzesik Avatar asked Oct 24 '25 02:10

pgrzesik


1 Answers

We typically use a TCP call on either port 9092 or 9093, depending on whether your Kafka brokers are secure or not. I think you can potentially customise the port they listen on too, but those are the defaults.

like image 183
burythehammer Avatar answered Oct 26 '25 17:10

burythehammer



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!