Microservices
Application integration patterns for microservices
Explore some fundamental application integration patterns based on messaging and connect them to real-world use cases in a microservices scenario.
An implication of applying the microservices architectural style is that a lot of communication between components is done over the network.
In order to achieve the full capabilities of microservices, this communication needs to happen in a loosely coupled manner. In this session, explore some fundamental application integration patterns based on messaging and connect them to real-world use cases in a microservices scenario.
Also, learn some of the benefits that asynchronous messaging can have over REST APIs for communication between microservices.