Blog Logo
TAGS

Microservice Governance - Resilience Patterns - Part 2

In this article, we continue the discussion on Resilience Patterns in Microservice Architecture, specifically focusing on Circuit Breakers, Fallbacks, and Bulkheads. We explore how to prevent a client from calling a service thats failing or suffering performance issues through the use of circuit breakers, and how AWS App Mesh accomplishes this pattern using Outlier Detection. Read on to understand more about Resilience Patterns in microservices and how to approach them.