Open bluepuma77 opened 8 years ago
You might be looking for something like this...
You can use this projects against your swarm using docker compose. Note: I'm about to try this myself.
Got here from google on this.
Docker Swarm != Docker Engine Swarm.
Docker Engine Swarm is not currently compatible with docker compose (it will just start all containers on the single host).
My team is trying to figure out how to handle the new Docker Engine Swarm and kafka
with the new engine 1.12 kafka might not need to use zookeeper . topics and partitions also might fit beautifully with stacks and bundles (experimental mode)
@ygizhitsa Could you provide a link or more info about that?
Hi, any 2019 update on this issue?
Are there plans to support clustering Kafka via Docker swarm mode, which is new in Docker v1.12.0? With the new swarm you can define services and automatically scale them up or down. Plus docker handles load balancing automatically between instances of the service (default round robin).
Intro: https://docs.docker.com/engine/swarm/ Concepts: https://docs.docker.com/engine/swarm/key-concepts/