Re: Kafka UI

2018-09-15 Thread Mohit Srivastav
I tried kafka-manager and its not working with kafka 2.0. Any other suggestions? On Fri, Sep 14, 2018 at 2:23 PM, Majid Golshadi wrote: > Hello > I recommend yahoo Kafka manager: https://github.com/yahoo/kafka-manager > You can monitor and manager Kafka services from a central point > It gives

Kafka UI

2018-09-14 Thread mohits2287
Which are best/recommended user interfaces for kafka to see topics, brokers, partitions, consumers etc - preferably one which can be deployed without docker? It must be open source and must work with Kafka 2.0+ Thanks in advance.

Re: Kafka UI

2018-09-14 Thread Mohit Srivastav
Hi Majjd, Does kafka-manager support 2.0+? In requirement section, it mentions versions only upto 0.11 On Fri, Sep 14, 2018 at 2:23 PM, Majid Golshadi wrote: > Hello > I recommend yahoo Kafka manager: https://github.com/yahoo/kafka-manager > You can monitor and manager Kafka services from a cen

Re: Kafka UI

2018-09-14 Thread Majid Golshadi
Hello I recommend yahoo Kafka manager: https://github.com/yahoo/kafka-manager You can monitor and manager Kafka services from a central point It gives you some REST API to fetch what you can see in panels from and use in your monitoring application like central Zabbix or what ever On Fri, Sep 14,

Re: Kafka UI

2018-09-14 Thread Stephen Powis
Shameless plug: https://github.com/sourcelaborg/kafka-webview The project is definitely more geared around viewing data within topics but you can view details about your clusters as well. You can view things such as node membership, configuration of the nodes, topics defined on the cluster, p

Kafka UI

2018-09-14 Thread Mohit Srivastav
What are best/recommended UI for kafka to check topics, brokers, partitions, brokers, etc - preferably ones which can be deployed without docker? It must be open source and should work with kafka 2.0+ version.