Circuit breaker design pattern: Difference between revisions

Content deleted Content added
No edit summary
Closed State: MOS:HEAD
Line 36:
* Half-open
 
=== Closed Statestate ===
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]]