mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-06-16 18:10:13 +08:00
Update high-availability-system-design.md
This commit is contained in:
parent
b7673d1290
commit
999a6b247a
@ -42,7 +42,7 @@
|
||||
|
||||
### 3.限流
|
||||
|
||||
流量控制(flow control),其原理是监控应用流量的 QPS 或并发线程数等指标,当达到指定的阈值时对流量进行控制,以避免被瞬时的流量高峰冲垮,从而保障应用的高可用性。——来自 alibaba-[Sentinel](https://github.com/alibaba/Sentinel "Sentinel") 的 wiki。
|
||||
流量控制(flow control),其原理是监控应用流量的 QPS 或并发线程数等指标,当达到指定的阈值时对流量进行控制,以避免被瞬时的流量高峰冲垮,从而保障应用的高可用性。——来自 [alibaba-Sentinel](https://github.com/alibaba/Sentinel "Sentinel") 的 wiki。
|
||||
|
||||
### 4.超时和重试机制设置
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user