Replies: 1 comment
-
要做集群流控还必须得部署一套集群流控的服务和做客户端接入,感觉太重了 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
是因为限流、降级这些都是基于服务器自身的性能、流量进行统计的,本身就是单机的数据,所以统计信息的计算都是在内存么,且同时保留自带的灵活性所以不去做多种实现策略,但是像集群流控功能还要单独提供一个服务端-客户端,其实也是一个 pass nopass 的策略管理,难道不能直接简单地以像 redis 这样的存储中间件去处理么,像我们自己实现的接口即时限流统计不也是基于 redis 么
Beta Was this translation helpful? Give feedback.
All reactions