kafka 监控插件
1.KafkaOffsetMonitor
项目地址:
https://github.com/quantifind/KafkaOffsetMonitor
KafkaOffsetMonitor是用来实时监控Kafka集群的consumers以及它们在partition中的offset(偏移量)。
You can see the current consumer groups, for each group the topics that they are consuming and the position of the group in each topic queue. This is useful to understand how quick you are consuming from a queue and how fast the queue is growing. It allows for debuging kafka producers and consumers or just to have an idea of what is going on in your system.
2.Kafka Web Console
项目地址:
https://github.com/claudemamo/kafka-web-console
现在已经被kafka Manager 替代。
kafka管理插件
kafka Manager
雅虎开发,它使用scala来编写的,
这个管理工具可以很容易地发现分布在集群中的哪些topic分布不均匀,或者是分区在整个集群分布不均匀的的情况。它支持管理多个集群、选择副本、副本重新分配以及创建Topic。同时,这个管理工具也是一个非常好的可以快速浏览这个集群的工具。