Circuit breaker design pattern: Difference between revisions

Content deleted Content added
m v2.05 - Fix errors for CW project (Reference list missing - Reference before punctuation)
Line 48:
 
=== Half-open state ===
In this state, the circuit breaker allows a limited number of requests from the Microserviceservice to passthroughpass through 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.
 
[[File:Circuit Breaker -Half Open state.png|thumb|Circuit Breaker Half Open State]]