Microservices - confusion about the structure
Hi,
In a microservice architecture each service has its own deployment. But since the communication between the services happens with RabbitMQ, where does the deployment of that belong?
Should I create a new repository just for RabbitMQ deployment, as all other services depend on it?
2 Replies