December 2017
Beginner
328 pages
13h 27m
English

In this pattern, the message is synchronous. The sending microservice expects an immediate response. The message is also consumed, meaning that only one microservice generates a response to the message. This common case is analogous to the HTTP request/response model, with point-to-point communication between microservice instances.
Example: Sending a “command” message.

The message is synchronous, with at least one immediate response expected. However, in ...
Read now
Unlock full access