Circuit breaker design pattern: Difference between revisions

Content deleted Content added
Removed dead link, updated others
Line 37:
* Half-open
 
=== ClosedOpen state ===
When everything is normal, the circuit breakers remained closed, and all the request passes through to the services as shown below. If the number of failures increases beyond the threshold, the circuit breaker trips and goes into an open state.
[[File:Circuit Breaker -Closed state.png|thumb|Circuit Breaker Closed State]]