Requirements
- A Kafka cluster — Alginte connects as a client; nothing is installed on your brokers.
- Docker (the standalone JAR arrives in a future release).
Tested against
Every release is smoke-tested against a matrix of brokers: the app is started cold from the published image and driven through cluster management and a deployed Kafka Streams topology.
Kafka 3.7 and newer is the tested range — including deploying and running
stream topologies, and including Redpanda. Older brokers are untested rather
than known-broken: Alginte uses Kafka 4.x client libraries, which negotiate
down, so a 3.x broker below 3.7 may well work. If you run one, we would like
to hear about it.
1
Run the image
Point Alginte at your broker and expose the UI on port
8888:2
Open the UI
Browse to http://localhost:8888.
Prefer no container?
A standalone fat JAR (run with Java 25, no Docker needed) is planned for a future release — Run with the JAR documents that mode. Today the Docker image is the supported channel.Next steps
Configuration
Wire up Schema Registry, Connect, and ksqlDB.
Authentication
Turn on login before exposing Alginte on a network.