-
Book Overview & Buying
-
Table Of Contents
Software Architecture with C++ - Second Edition
By :
Microservices are so useful because they can be combined in many ways to create new value. That combination depends on effective communication. This means that, most of the time, when we want to use a particular microservice, we must learn how to interact with it. The good news is that while it is possible to implement any communication method in microservices, there are a few popular approaches that most microservices follow.
In a microservices architecture, interservice communication is crucial to ensuring the system’s functionality, maintainability, and performance. To effectively manage this communication, a suitable API architecture that supports it is needed. We’ll explore the main communication styles supported by such architectures.
The following topics will be covered: