Alginte 0.5.0 Beta
Released 2026-07-21.
Alginte is in beta (0.x): configuration keys, the topology export format, and APIs may change between releases; breaking changes are called out in release notes with migration guidance.
Readable configuration
Upstream services are configured through nested property groups with one
simple rule: a .url property is always a full URL —
alginte.connect.url, alginte.schema-registry.url,
alginte.ksqldb.url, with optional .username /
.password where the service supports basic auth. The environment
variables follow readably: ALGINTE_CONNECT_URL,
ALGINTE_SCHEMAREGISTRY_URL, ALGINTE_KSQLDB_URL.
Full details in the
configuration guide.
Menu cleanup
- Optional areas stay out of the way: the Elastic menu group appears only when configured.
Housekeeping
-
License notices ship in the artifact:
META-INF/LICENSE-NOTICE.txtand the full third-party inventory in the JAR, mirrored under/licenses/in the Docker image.
Get it
docker pull alginte/alginte:0.5.0 Install & configuration guide in the documentation.