Getting started
To run UI for Apache Kafka, you can use either a pre-built Docker image or build it (or a jar file) yourself.
Quick start (Demo run)
Then access the web UI at http://localhost:8080
The command is sufficient to try things out. When you're done trying things out, you can proceed with a persistent installation
Persistent installation
Please refer to our configuration page to proceed with further app configuration.
Some useful configuration-related links
Web UI Cluster Configuration Wizard
Configuration file explanation
Helm charts
Building from sources
Quick start with building
Liveliness and readiness probes
Liveliness and readiness endpoint is at /actuator/health
.
Info endpoint (build info) is located at /actuator/info
.
Configuration options
All of the environment variables/config properties could be found here.
Contributing
Please refer to contributing guide, we'll guide you from there.
Last updated