Burrow
Burrow copied to clipboard
I wonder if the sample docker-compose.yml file supports docker-swarm mode.
Currently, I am using confluentinc/cp-zookeeper:5.3.1 and confluentinc/cp-enterprise-kafka:5.3.1 images
to run 1 consumer, 1 zookeeper and 3 broker on the docker-swarm.
My compose file distributed in swarm-mode via the docker stack deploy -c command.
However, in order to facilitate consumer lag monitoring, I have heard using this solution, and I wonder if sample docker-compose.yml supports 'docker-swarm' mode.