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.
Table of contents
5 Important Microservices Design PatternsAPI Gateway:Circuit Breaker:CQRS (Command Query Responsibility Segregation):Event SourcingSaga PatternConclusion2 Comments
Sort: