Kafka health checker is an application that facilitates the basic control of the kafka ecosystem running on linux cli.
Download files
git clone --config http.sslVerify=false https://github.com/kzltp/Apache-Kafka-Health-Checker.gitEdit apachekhc.conf file
KHOME=<Kafka home path>
HOST=<zookeeper ip or hostname>
ZPORT=<zookeeper port>
KPORT=<kafka port>Shell script give execute permission
chmod +x apachekhc.sh21.05.2020 --> Message count information function added.
