provectus/kafka-ui

Desktop version (via electron.js)

Open

#985 opened on Oct 18, 2021

View on GitHub
 (8 comments) (3 reactions) (0 assignees)Java (7,799 stars) (977 forks)batch import
good first issuescope/backendscope/frontendstatus/acceptedtype/feature

Description

Is your proposal related to a problem?

Have a local Kafka running for development purpose. Running this app via Java or Docker is OK, but it's still less convenient comparing to desktop based Kakfa UI tool (e.g. https://www.conduktor.io/)

Describe the solution you'd like

It'd be nice to embed this into a desktop app, using framework like ElectronJs

Describe alternatives you've considered

Java+Docker

Additional context

Conduktor requires sharing usage via external network which I'm trying to stay away with. Switched to Kafka UI (this app) from Conduktor.

Contributor guide