Live data from Hacker News

Show HN: UI for Apache Kafka

github.com

1–10 of 60 posts

Re: Show HN: UI for Apache Kafka

#2
Looks pretty nice. The codebase is half typescript and half Java? Guessing that is because Kafka is written in Java.

Another question: how might this compare to the Confluent web GUI? Obviously this is open source which is great.

Re: Show HN: UI for Apache Kafka

#3
post #2

Looks pretty nice. The codebase is half typescript and half Java? Guessing that is because Kafka is written in Java. Another question: how might this compare to the Confluent web GUI? Obviously this is open source which is great.

At a first glance this seems to be an api written in Java using Spring Boot in a reactive style with Webflux. The api wraps the official Java Kafka client and some other libraries.

The frontend is a React app in Typescript.

Re: Show HN: UI for Apache Kafka

#4
post #2

Looks pretty nice. The codebase is half typescript and half Java? Guessing that is because Kafka is written in Java. Another question: how might this compare to the Confluent web GUI? Obviously this is open source which is great.

Hi, yes exactly. Backend is on Java + spring boot webflux, because of Kafka most mature client and frontend react + typescript.

Re: Show HN: UI for Apache Kafka

#6
post #2

Looks pretty nice. The codebase is half typescript and half Java? Guessing that is because Kafka is written in Java. Another question: how might this compare to the Confluent web GUI? Obviously this is open source which is great.

Btw I have an article comparing it with confluent web GUI https://towardsdatascience.com/overview-of-ui-tools-for-moni...

Re: Show HN: UI for Apache Kafka

#8
post #2

Looks pretty nice. The codebase is half typescript and half Java? Guessing that is because Kafka is written in Java. Another question: how might this compare to the Confluent web GUI? Obviously this is open source which is great.

Btw I have an article comparing it with confluent web GUI https://towardsdatascience.com/overview-of-ui-tools-for-moni...

You should have mentioned that you work at Provectus in this article. Feels pretty sneaky to claim to do an impartial review, but provide no negative critique of the one made by your company…
Post reply on HN