alibaba / Sentinel

A powerful flow control component enabling reliability, resilience and monitoring for microservices. (面向云原生微服务的高可用流控防护组件)
https://sentinelguard.io/
Apache License 2.0
22.45k stars 8.04k forks source link

【疑问】Spring Cloud Gateway适配是否支持多实例网关的限流? #3439

Open Caesaer opened 3 months ago

Caesaer commented 3 months ago

想请教下,使用Spring Cloud Gateway的适配模块在部署多个网关实例的情况下的流量数据统计是全局的流量(所有网关实例)还是单个网关实例的流量数据呢?