-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrate a Kafka UI to the Dev UI #21436
Comments
/cc @ozangunalp |
@cescoffier this would be very interesting. However, how do you forsee such integration ? AKHQ (or other solution) has a backend (written in micronaut) and needs configuration to access the cluster. Maybe a devservices like solution using a container ? Speaking of AKHQ, we actualy use it on my team but may move to something else as it has some issues and the main developer seems to loose interest on it (we discuss with him about AKHQ future). |
That's a question for @ozangunalp, but we may implement something on our own. We have plans to align the dev ui UI to have a single look and feel (that should be handled by @phillip-kruger). |
And by default it would connect to the configured bootstrap.servers (dev service or your own) |
Just to chime in on the discussion, we've used |
Yet another solution is the Redpanda Console (Formerly known as Kowl) which I'm currently using. |
@ozangunalp should we close this issue? |
Yes, let's close this, and I'll open an improvements issue. |
Closed by #26998 |
Description
AKHQ, among others, is providing a very nice and useful API when developing with Kafka. It lets you see the content of the topic, handle schema, update consumer offsets, verifies assignments… Having an equivalent UI in the Quarkus Dev UI (as well as in a standalone way) would improve our development experience a lot.
The text was updated successfully, but these errors were encountered: