kafka管理监控插件

kafka 监控插件

1.KafkaOffsetMonitor git

项目地址:https://github.com/quantifind/KafkaOffsetMonitor github

KafkaOffsetMonitor是用来实时监控Kafka集群的consumers以及它们在partition中的offset(偏移量)。 web

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. ide

2.Kafka Web Console 工具

项目地址:https://github.com/claudemamo/kafka-web-console ui

如今已经被kafka Manager 替代。 idea

kafka管理插件

kafka Manager  spa

雅虎开发,它使用scala来编写的,这个管理工具能够很容易地发现分布在集群中的哪些topic分布不均匀,或者是分区在整个集群分布不均匀的的状况。它支持管理多个集群、选择副本、副本从新分配以及建立Topic。同时,这个管理工具也是一个很是好的能够快速浏览这个集群的工具。 插件

相关文章
相关标签/搜索