vertx-howtos / vertx-howtos.github.io

1 stars 2 forks source link

Vertx cluster on Docker/Swarm #14

Open gadieichhorn opened 5 years ago

gadieichhorn commented 5 years ago

Setting Vertx application to interact as a cluster with docker containers were each application is running as docker microservice.

  1. docker compose
  2. cluster manager
  3. overcome multicast issues with Docker
  4. best practice for microservices (Circuit Breaker)
jponge commented 5 years ago

Items 1-3 fit together, while 4 is another topic.