Update image filenames
This commit is contained in:
parent
a94737075e
commit
7408620a71
@ -49,7 +49,7 @@ remote calls.
|
|||||||
|
|
||||||
The service architecture is as follows:
|
The service architecture is as follows:
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
In terms of code, the end user application is:
|
In terms of code, the end user application is:
|
||||||
|
|
||||||
@ -292,7 +292,7 @@ public class DefaultCircuitBreaker implements CircuitBreaker {
|
|||||||
How does the above pattern prevent failures? Let's understand via this finite state machine
|
How does the above pattern prevent failures? Let's understand via this finite state machine
|
||||||
implemented by it.
|
implemented by it.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
- We initialize the Circuit Breaker object with certain parameters: `timeout`, `failureThreshold` and `retryTimePeriod` which help determine how resilient the API is.
|
- We initialize the Circuit Breaker object with certain parameters: `timeout`, `failureThreshold` and `retryTimePeriod` which help determine how resilient the API is.
|
||||||
- Initially, we are in the `closed` state and nos remote calls to the API have occurred.
|
- Initially, we are in the `closed` state and nos remote calls to the API have occurred.
|
||||||
|
Before Width: | Height: | Size: 23 KiB After Width: | Height: | Size: 23 KiB |
Before Width: | Height: | Size: 19 KiB After Width: | Height: | Size: 19 KiB |
Loading…
x
Reference in New Issue
Block a user