You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Jorge Esteban Quilcate Otoya <qu...@gmail.com> on 2018/08/15 07:49:43 UTC

Checking Connection with Kafka Broker from Client-side

Hi everyone,

I'm evaluating how to validate connection to Kafka Brokers in an
application that uses Consumer API by making health check using
AdminClient.
Is there any consideration around Authorization that I should take into
consideration/any best practice? (I'm considering calling `describeCluster`
as health check)

Related issue: https://github.com/openzipkin/zipkin/issues/2098

Thanks in advance for your feedback.

Jorge.