Show HN: Kowl – An Open Source WebUI for Apache Kafka with a good UI and UX
11–20 of 33 posts
Re: Show HN: Kowl – An Open Source WebUI for Apache Kafka with a good UI and UX
#12Our company uses https://github.com/obsidiandynamics/kafdrop it's FOSS. It can also handle AVRO and PROTOBUF messages.
Re: Show HN: Kowl – An Open Source WebUI for Apache Kafka with a good UI and UX
#13CMAK, AKHQ, Kafdrop, Kowl, Conduktor, Kafkatool etc.... why are there so many attempts to build a kafka UI? Does each one have its own use case? I'd think that something as large as "Kafka" in the software ecosystem would have a goto defacto standard UI for managing it.
Authentication and authorization to meet our compliance needs, a satisfactory UI/UX, message streaming with JavaScript filters and a couple more features. We thought we can do better and just started hacking something. There's a lot more to come. I'll create a blog post describing in more detail why we've created Kowl.
Re: Show HN: Kowl – An Open Source WebUI for Apache Kafka with a good UI and UX
#14Re: Show HN: Kowl – An Open Source WebUI for Apache Kafka with a good UI and UX
#15Re: Show HN: Kowl – An Open Source WebUI for Apache Kafka with a good UI and UX
#16I will stick to using https://github.com/deviceinsight/kafkactl in the shell.
Re: Show HN: Kowl – An Open Source WebUI for Apache Kafka with a good UI and UX
#17Our company uses https://github.com/obsidiandynamics/kafdrop it's FOSS. It can also handle AVRO and PROTOBUF messages.
Does your company use both Avro and Protobuf for message serialization? Most places tend to standardize with one or the other and I’m wondering if there is a use case for both.
Re: Show HN: Kowl – An Open Source WebUI for Apache Kafka with a good UI and UX
#18I will stick to using https://github.com/deviceinsight/kafkactl in the shell.
Re: Show HN: Kowl – An Open Source WebUI for Apache Kafka with a good UI and UX
#19Re: Show HN: Kowl – An Open Source WebUI for Apache Kafka with a good UI and UX
#20I will stick to using https://github.com/deviceinsight/kafkactl in the shell.
Slightly off topic but for the shell in the example what did they export PS1 to get the nice looking solid background color for the host name and current working directory?