mirror of
https://github.com/doocs/advanced-java.git
synced 2026-08-18 10:43:29 +08:00
change picture
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
Hystrix 断路器有三种状态,分别是关闭(Closed)、打开(Open)与半开(Half-Open),三种状态转化关系如下:
|
||||
|
||||

|
||||

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