Expert guidance for implementing API gateways with routing, authentication, traffic management, and service composition patterns for microservices architectures at scale.
Gateway Responsibilities Routing: Direct requests to appropriate backend services based on path, headers, or host Security: Centralized authentication, authorization, and API key validation Traffic Management: Rate limiting, circuit breakers, retry logic Composition: Aggregate multiple service calls into unified responses
Transformation: Modify requests/responses for client optimization or legacy adaptation
Modelli API Gateway per routing, autenticazione, limitazione della velocità e composizione del servizio nelle architetture di microservizi. Da utilizzare durante l'implementazione di gateway API, la creazione di livelli BFF o la gestione della comunicazione da servizio a servizio su larga scala. Fonte: nickcrew/claude-ctx-plugin.