intermediate~2h
Spring Cloud Gateway
Spring Boot Mastery's API Gateway module covered the concept. This module is Spring's own purpose-built implementation of it, and what it adds beyond a plain reverse proxy.
Learning objectives
- Beginner: Configure a route that forwards requests for one path prefix to a specific downstream service.
- Intermediate: Add a filter that modifies a request or response as it passes through the gateway.
- Advanced: Combine routing, a circuit breaker, and rate limiting on the same route.
This is a Pro chapter
Sign in, then upgrade to Pro or Power to unlock this and the full Spring Ecosystem Mastery library.
Spring Cloud Gateway