FastAPI Microservice Patterns: Asynchronous communication
Enabling loosly coupled services with messaging
What’s the problem?
In microservice based applications the business logic is spread across several services. To solve business problems the services need to communicate with each other. But how do services in a microservice architecture communicate?
Solution alternatives
For inter-service communication one can choose one of the following alternatives: