API & Integration · Service Integration
What is circuit breaker pattern?
A circuit breaker stops repeated calls to a dependency that is failing, allowing it time to recover and preventing each request from waiting through the same failure. It typically transitions between closed, open, and trial or half-open states.