To run the console:
- rename the
env.sample
to.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-on
andnetworks
in thekafka-console
- set the
KAFKA_BROKERS
tokafka-broker:19092
- create a folder
dev
- create a
dev
subfolder.datastore