Alginte serves on port 8888. Map it with
-p 8888:8888 (or -p <host>:8888).Reaching a broker on a Docker network
If your broker runs in Docker Compose, join Alginte to the same network and use the broker’s internal service name and listener. Find the network withdocker network ls (usually <compose-dir>_default):
Env-var spelling matters. Spring relaxed binding removes the dashes from Alginte
properties:
alginte.kafka-connect-host becomes ALGINTE_KAFKACONNECTHOST (an
underscore in place of the dash would bind a different property and be silently
ignored). See Configuration.