← Graph

Circuit Breaker Pattern

concept 1 connections

Resilience pattern for inter-service communication. Chikahiro Tokoro cites it alongside retry logic as evidence of the essential complexity microservices introduce: because API calls can fail, every call site needs retry and possibly circuit-breaker logic that a monolithic method call simply doesn't need.

category
pattern
about
Circuit Breaker Pattern concept
Cited as part of the essential complexity microservices add (retry + circuit breakers).

Provenance

Read by
1 extraction