Hi, By "kafka client" I assume you mean you Kafka producer and/or consumers? If so, any decent Kafka monitoring solution should let you monitor that. See https://sematext.com/spm/integrations/kafka-monitoring/ for an example.
Otis -- Monitoring - Log Management - Alerting - Anomaly Detection Solr & Elasticsearch Consulting Support Training - http://sematext.com/ On Thu, Sep 1, 2016 at 8:15 AM, Span Marius <mariuss...@gmail.com> wrote: > Hi, > > My application recently experience a network connectivity issue which lead > into getting the client (0.8.2.2) disconnected. After the network was > restored the client failed to reconnect because while trying to do this, > resolving the Zookeeper Server hostname to an IP failed as well (DNS > failure). > > Is there a reliable way in checking the health status of the client? I > would like to integrate this into the application's healthcheck service, > therefore a programmatic approach would fit best. > > Marius Span >