Skip to content

Latest commit

 

History

History

circuit-breaker

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Circuit breaker examples

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