You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sentinel is a library that takes "flow" as the breakthrough point, and covers multiple fields including flow control, concurrency, circuit breaking, and load protection to protect service stability.
It will integration with gateway framework like Zuul, Spring Cloud Gateway.
spring-cloud-alibaba-sentinel-zuul module will be added in this issue #58 , but it depend on alibaba/Sentinel#188 .
We will start to integration with Spring Cloud Gateway when Sentinel support Spring WebFlux.
我们一般做限流都是在网关层面做改造,我不是很明白Sentinel是代替了网关还是怎么样。他配置的url是否能配置网关(zuul、gateway)的url地址。因为所有流量第一入口肯定从网关进来。
The text was updated successfully, but these errors were encountered: