Skip to main content
Circuit Breaker

Also known as

  • Fault tolerance switch

Intent

The Circuit Breaker pattern aims to prevent a software system from making calls to a part of the system that is either failing or showing signs of distress. It is a way to gracefully degrade functionality when a dependent service is not responding, rather than failing completely.


iluwatarAbout 6 minResilienceCloud distributedFault toleranceMicroservices