Content deleted Content added
Line 45:
[[File:Circuit Breaker -Openstate.png|thumb|Circuit Breaker Open State]]
===
In this state, the circuit breaker allows a limited number of requests from the Microservice to passthrough and invoke the operation. If the requests are successful, then the circuit breaker will go to the closed state. However, if the requests continue to fail, then it goes back to Open state.
|