User interface for kafka: Management/administration

2020-01-22 Thread Sunil CHAUDHARI
Hi all, Please help me to get some user interface for management and administration of my kafka cluster. There are some open source available, but they either have some dependencies or those need to be built before running. Is there any pre-build(ready to use package) which I can just download an

Re: User interface for kafka: Management/administration

2020-01-22 Thread Stephen Powis
Definitely more focused on the consuming side vs management, but has some management tooling and has a binary distribution: https://github.com/sourcelaborg/kafka-webview On Thu, Jan 23, 2020 at 1:10 PM Sunil CHAUDHARI wrote: > Hi all, > Please help me to get some user interface for management an

Re: User interface for kafka: Management/administration

2020-01-22 Thread Ashutosh singh
You can use Yahoo kafka-manager . Download and Run. https://github.com/yahoo/CMAK On Thu, Jan 23, 2020 at 11:02 AM Stephen Powis wrote: > Definitely more focused on the consuming side vs management, but has some > management tooling and has a binary distribution: > https://github.com/sourcelabor

Re: User interface for kafka: Management/administration

2020-01-23 Thread Antonios Chalkiopoulos
Have you tried out https://lenses.io ? Contains both management/admin capabilities but also monitoring/security and SQLOps and is available as a single download Here’s a quick video on how it looks > On 23 Jan 2020, at 06:17, Ashutosh singh

Re: User interface for kafka: Management/administration

2020-01-23 Thread M. Manna
It depends. Kafka-webview is excellent for managing messages etc. I use it for our preprod monitoring. LinkedIn CruiseControl is a defacto for managing performance related thresholds (goals) LinkedIn burrow is good for consumer lag monitoring. And all the above are free. Regards, On Thu, 23 J

Re: User interface for kafka: Management/administration

2020-01-23 Thread Robin Moffatt
There's a good presentation from Stephane Maarek that covers tooling, including UIs: https://www.confluent.io/kafka-summit-lon19/show-me-kafka-tools-increase-productivity/ You'll find some projects that need to be built also ship with Docker images that you can then just run. Here's a useful list

Re: User interface for kafka: Management/administration

2020-01-23 Thread M. Manna
Thanks Robin - looks nice! On Thu, 23 Jan 2020 at 09:36, Robin Moffatt wrote: > There's a good presentation from Stephane Maarek that covers tooling, > including UIs: > > https://www.confluent.io/kafka-summit-lon19/show-me-kafka-tools-increase-productivity/ > > You'll find some projects that nee