Communication between Microservices with Azure EventGrid
Suppose we have service A and service B which are deployed on separate machines. Services can communicate directly via HTTP by using HttpClient.
The problem with that is that service A then depends directly to service B. So if the request fails on Se...
tberkovac.hashnode.dev12 min read