ESC
Loading search index...

Posts for: #api-gateway

Spring Boot 3.5 + Java 25 + Cloud Native 系列(二):API Gateway 架构

API Gateway 是微服务架构的统一入口。本文结合仓库当前实现,分析 Spring Cloud Gateway Server MVC + Virtual Threads 的路由配置、JWKS JWT 校验过滤器链、Redis Lua 令牌桶限流、灰度路由,以及从 WebFlux 迁移到 MVC 的工程取舍。

[Read more]