Alxander64 commented on issue #6264: Support for deployment with Docker Swarm URL: https://github.com/apache/pulsar/issues/6264#issuecomment-591050063 I've managed to get a cluster working with Docker Swarm by adapting the instructions from the bare metal cluster deployment outlined [here in the official documentation](https://pulsar.apache.org/docs/en/deploy-bare-metal/). There are 4 stacks defined with compose files, and are brought up in the natural order: 1. `pulsar-zookeeper.yml` 2. `pulsar-metadata.yml` 3. `pulsar-bookies.yml` 4. `pulsar-brokers.yml` The source code can be found in the upload zip: [pulsar-docker-swarm.zip](https://github.com/apache/pulsar/files/4251961/pulsar-docker-swarm.zip) I'd appreciate any feedback, questions, or comments.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
