Asynchronous request reply
In a Micro Services architecture, you need to decide how microservices will communicate between each-other.
When I say "communicate", I mean a Microservice A sending a command to a Microservice B, and then Microservice B sending the response to Micro...
marc-architect.hashnode.dev2 min read