Circuit breaker is a design pattern which be used to detect failures and encapsulates the logic of preventing a failure from constantly recurring, during maintenance, temporary external system failure or unexpected system difficulties.
- Vert.x - Example on Vert.x internal circuit breaker
- Spring Cloud - Spring Cloud Eureka and Hystrix Example