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 Manager spa
雅虎開發,它使用scala來編寫的,這個管理工具能夠很容易地發現分佈在集羣中的哪些topic分佈不均勻,或者是分區在整個集羣分佈不均勻的的狀況。它支持管理多個集羣、選擇副本、副本從新分配以及建立Topic。同時,這個管理工具也是一個很是好的能夠快速瀏覽這個集羣的工具。 插件