To run the console:
- rename the
env.sampleto.env - based on the kafka's configuration to use, comment/uncomment the required env vars
- in case of a secured kafka, remember to configure the right
SASL MECHANISM - run the console using
docker-compose up -d - open the browser at
http://localhost:8081
In case you need to test the console with a local running dev kafka you can:
- uncomment the
kafka-broker - uncomment the
kafka-coordinator - uncomment the
networks - uncomment the
depends-onandnetworksin thekafka-console
- set the
KAFKA_BROKERStokafka-broker:19092
- create a folder
dev - create a
devsubfolder.datastore