Skip to main content
The fastest way to try Alginte is the Docker image. You need a reachable Kafka broker.
No Kafka cluster handy? The playground starts Alginte with a bundled broker and sample data — one command, nothing else needed.

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

Alginte fails fast on startup if the broker is unreachable — this is by design (see Troubleshooting for the common causes). Inside a container, localhost is the container itself, so SPRING_KAFKA_BOOTSTRAPSERVERS=localhost:9092 will not find a broker on your host. Use a hostname/IP reachable from the container, or join the broker’s Docker network — see Run with Docker.

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.