You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
172 B
Markdown
4 lines
172 B
Markdown
4 years ago
|
# 熔断机制设计
|
||
|
|
||
|
## 设计目的
|
||
|
* 依赖的服务出现大规模故障时,调用方应该尽可能少调用,降低故障服务的压力,使之尽快恢复服务
|