Communication Styles in Microservices
There are two communication styles in distributed systems: Direct, a.k.a. synchronous Indirect, a.k.a asynchronous Direct communication is used when a service wants to send a command to another, or when it wants to orchestrate a sequence of behaviors by multiple services, or when it needs to get an immediate response …
Read More