API Gateway is a service that acts as a front-end for microservices. The API Gateway pattern works by intercepting requests from clients and routing them to the appropriate service. The Circuit Breaker pattern is used to detect failures and prevent cascading failures in a distributed system.

5m read timeFrom medium.com
Post cover image
Table of contents
5 Important Microservices Design PatternsAPI Gateway:Circuit Breaker:CQRS (Command Query Responsibility Segregation):Event SourcingSaga PatternConclusion
2 Comments

Sort: