Microservice Event Driven Communication
Communication between microservices using a Business Event Based approach via an Event Broker Service When integrating Microservices, the principle of “independence” means that it is desirable to avoid directly coupling the services. A commonly used technique is to use a message queue to provide the integration required, as shown: When Read more…