Embed presentation
Downloaded 11 times









The document discusses the Circuit Breaker pattern, which protects applications from failures in external systems. It works by monitoring requests and switching between closed, open, and half-open states. When external systems are likely to fail, the circuit breaker will fail requests immediately instead of allowing them to fail and impact the application. Implementations of the pattern include Akka CircuitBreaker, Netflix Hystrix, and Apache Polygene's CircuitBreaker.







