Tool for monitor kafka customer consumer based information, include near realtime offset/lag monitor.
This project is based on KafkaOffsetMonitor, include all the feature KafkaOffsetMonitor
have and other features.
- Kafka
JMX
data, you'd better to open JMX on your kafka to know more on your cluster. - Kafka
Zookeeper
daata
The ability you can see through Chickling Kmanager:
- Kafka cluster data metrics like bytesIn/bytesOut/MessageIn
- Broker level data
- Topic consumer status
- lag monitor
- and more...
This project is a maven project, you can manualy build it, just run:
mvn clean package
or download the official latest version jar file through release
tab.
Then, you can use below command to run:
java -jar ChicklingKManager.jar
Or, give it a different port rather than default(8099):
java -jar ChicklingKManager.jar --server.port=8080
Extra setting will be set within setting page:
docker run -it -p 8099:8099 --name kmanager chickling/kmanager:0.0.1
Then, you can start your journey through below address (use your real host):
http://localhost:8099
- Luva (major contributor)