mirror of
https://github.com/doocs/advanced-java.git
synced 2025-03-26 11:01:27 +08:00
change picture
This commit is contained in:
parent
0a1c5d43f0
commit
51ea649361
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
Hystrix 断路器有三种状态,分别是关闭(Closed)、打开(Open)与半开(Half-Open),三种状态转化关系如下:
|
Hystrix 断路器有三种状态,分别是关闭(Closed)、打开(Open)与半开(Half-Open),三种状态转化关系如下:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
1. `Closed` 断路器关闭:调用下游的请求正常通过
|
1. `Closed` 断路器关闭:调用下游的请求正常通过
|
||||||
2. `Open` 断路器打开:阻断对下游服务的调用,直接走 Fallback 逻辑
|
2. `Open` 断路器打开:阻断对下游服务的调用,直接走 Fallback 逻辑
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 176 KiB |
Binary file not shown.
After Width: | Height: | Size: 102 KiB |
Loading…
Reference in New Issue
Block a user