ALGINTE
Visual Kafka management, monitoring, and Streams topology building.
What it does
Topics & messages
Browse topics, produce and consume, inspect records across serdes.
Consumer groups
Per-partition offsets, lag, and reset — read reactively, no blocking.
Connect & Schema Registry
Manage connectors and schemas against the Confluent-compatible API.
Streams builder
Build Kafka Streams topologies visually, with SpEL transformations.
Self-hosted
Runs next to your cluster — localhost by default, your network is the boundary.
Optional login
Single-account or OIDC (Keycloak / Google / Entra / Okta) when you need it.
Download
Latest version: 0.2.0. Docker is the recommended way to run Alginte; the fat JAR is the container-free fallback.
Docker image
Layered image on Docker Hub — small upgrade pulls, runs anywhere.
docker pull alginte/alginte:latest
A reachable Kafka broker is required at startup — point
SPRING_KAFKA_BOOTSTRAPSERVERS at your cluster.
Fat JAR
Self-contained JAR (~186 MB) — frontend + backend in one.
Download JARjava -jar alginte.jar Full install & configuration guide in the documentation.