Skip to content

Commit 51ea649

Browse files
author
Pliza
committed
change picture
1 parent 0a1c5d4 commit 51ea649

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

docs/high-availability/hystrix-circuit-breaker.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Hystrix 断路器有三种状态,分别是关闭(Closed)、打开(Open)与半开(Half-Open),三种状态转化关系如下:
66

7-
![image-20191104211642271](./images/Hystrix断路器状态机.png)
7+
![image-20191104211642271](./images/hystrix-circuit-breaker-state-machine.png)
88

99
1. `Closed` 断路器关闭:调用下游的请求正常通过
1010
2. `Open` 断路器打开:阻断对下游服务的调用,直接走 Fallback 逻辑
Binary file not shown.
Loading

0 commit comments

Comments
 (0)