Skip to content

sneakybeaky/circuit-breaker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a proof of concept of the circuit breaker pattern as described in Release It! by Michael Nygard
(http://pragprog.com/titles/mnee/release-it).

I've tried to make this generic by the use of the command pattern.

For an example of how the circuit breaker works look at com.ninedemons.circuitbreaker.SimpleCircuitBreakerTest. This
shows how to configure the breaker and its expected behaviour.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages