Govur University Logo
--> --> --> -->
...

When implementing a circuit breaker, what state must the system transition to if the failure rate exceeds the predefined threshold, and what is its specific purpose?



When the failure rate of a service exceeds a predefined threshold, the circuit breaker must transition to the Open state. The specific purpose of the Open state is to stop the system from sending any further requests to the failing ser....

Log in to view the answer



Redundant Elements