mirror of
https://github.com/Snailclimb/JavaGuide
synced 2025-07-28 12:22:17 +08:00
Compare commits
2 Commits
b7673d1290
...
132a1d5115
Author | SHA1 | Date | |
---|---|---|---|
|
132a1d5115 | ||
|
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