Remove conflicting information from the CircuitBreaker documentation.
This commit is contained in:
parent
107efb8a5a
commit
c2c488ffc5
2 changed files with 4 additions and 4 deletions
|
|
@ -160,8 +160,8 @@ Here is the list of supported operators:
|
||||||
|
|
||||||
### Fallback mechanism
|
### Fallback mechanism
|
||||||
|
|
||||||
The fallback mechanism returns a `HTTP 503 Service Unavailable` to the client instead of calling the target service.
|
By default the fallback mechanism returns a `HTTP 503 Service Unavailable` to the client instead of calling the target service.
|
||||||
This behavior cannot be configured.
|
The response code can be configured.
|
||||||
|
|
||||||
### `CheckPeriod`
|
### `CheckPeriod`
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -113,8 +113,8 @@ Here is the list of supported operators:
|
||||||
|
|
||||||
### Fallback mechanism
|
### Fallback mechanism
|
||||||
|
|
||||||
The fallback mechanism returns a `HTTP 503 Service Unavailable` to the client instead of calling the target service.
|
By default the fallback mechanism returns a `HTTP 503 Service Unavailable` to the client instead of calling the target service.
|
||||||
This behavior cannot be configured.
|
The response code can be configured.
|
||||||
|
|
||||||
## State
|
## State
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue