Tag: Circuit Breaker

Circuit Breakers and Microservices Architecture

By now it’s pretty well-known that a Microservices architecture has many advantages. These include low coupling, re-usability, business agility and distributed cloud ready applications. But at the same time it makes the architecture brittle because each user action results invokes multiple services. It replaces the in-memory calls of a monolithic architecture with remote calls across the […]