We use Axon and I am trying to make a distributed command bus for one of our services Deployed on Docker Swarm.
Anyone already have experiance/tips for setting this up? We are using:
- Axon
- Docker Swarm
- Spring-Boot
And I want to use JGroups icw DNSPING for the distributed setup.
Regards, Johan.