- scala-2.10.*
- kafka-0.10.*
- zookeeper-3.4.6
- AnotherKafkaMonitor-v1.1.0.war
- Fix some bugs mentioned in the issues.
- AnotherKafkaMonitor-v1.2.0.war
- Add SMS Module. Confiuration steps should be taken before use:
- Confiure username and password of webchinese in
system-config.properties
, if you don't have, please register first.
- Confiure username and password of webchinese in
- Add SMS Module. Confiuration steps should be taken before use:
- AnotherKafkaMonitor-v1.2.1.war
- Fix some bugs;
- Stable Version[Highly Recommended].
- Inspiration
- Kafka DataStructure In Zookeeper
- How To Install
- Quick Look
- Difference Between KafkaOffsetMonitor And AnotherKafkaMonitor
- Future Plan
- Contributing
Also you can take a quick look before take action(SOME ADDITIONAL INFO), CLICK->Anotherkafkamonitor Manul Book
AnotherKafkaMonitor is an app which used to monitor kafka producer and consumer progress inspried by KafkaOffsetMonitor. It aims to help you figure out what's going on in your kafka cluster, that's to say, to understand how fast the producer send message to the kafka or whether the consumer is far behind the producer or not, if lag exceeds threshold, you will be noticed through alarm email or sms.
The Implementation Of AnotherKafkaMonitor Relys On the Datastructure of Kafka In Zookeeper
Several ways can be taken if you want to try
- Simple download AnotherKafkaMonitor.war and take a quickstart
- Extract
AnotherKafkaMonitor.war
into default folder calledAnotherKafkaMonitor
;
- Edit file which located in path of
\AnotherKafkaMonitor\WEB-INF\classes\system-config.properties
, In corresponding with your Zookeeper and Kafka Cluster Environment; - Move folder
AnotherKakfaMonitor
to<TOMCAT_HOME>\webapp
; - Start tomcat, type
http://localhost:<TOMCAT_HTTP_PORT>/AnotherKafkaMonitor
into browser, please enjoy.
- Maybe you want to make some change for your taste.
- Download the
zip
file;
- Import into your IDE, like
Eclipse
or others as you like.
Now, we are going to show you some screenshot of main featrues about AnotherKafkaMonitor
Dashboard lists some general info:
- List how many consumer group you have
- The topic(s) consumed by each consumer group
- RealTime process rate about producer and consumer of one topic
Support simple shell comand, such as
ls, get and delete
We are going to list the difference between KafkaOffsetMonitor and AnotherKafkaMonitor
- AnotherKafkaMonitor is much lightweight compared with KafkaOffsetMonitor;
- AnotherKafkaMonitor is implemented by
Java
, NotScala
which KafkaOffsetMonitor be implemented.
We are going to make some big step in the future, like below(JUST FOR NOW):
- Add
SMS
notice module[DONE]; - Support more shell command in the future
- ...
The AnotherKafkaMonitor is released under the Apache License and we welcome any contributions within this license. Any pull request is welcome and will be reviewed and merged as quickly as possible.