REST APIs for Microservices? Beware!
Are you using REST APIs for a Microservices architecture? If you’re using REST, HTTP APIs, gRPC, or any other Request/Response model as the primary way to communicate between microservices, you’re going to need to deal with possibly hard to debug latency issues and address availability concerns. YouTube Check out my YouTube channel where I post all kinds of content that accompanies my posts including this video showing everything that is in this post. In-Process Single Transaction First, let’s take a step back and talk about a monolith. When in a monolith, you’d typically have a single process communicating with your database. If… Read More »REST APIs for Microservices? Beware!