Communication between Microservices with Azure EventGrid
May 16, 2024 · 12 min read · 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...
Join discussion



