sptz45 / circuit-breaker

An implementation of the Circuit Breaker stability design pattern using AOP
http://www.tzavellas.com/projects/circuit-breaker
Apache License 2.0
19 stars 4 forks source link

circuit-breaker

Circuit Breaker is an implementation of the Circuit Breaker stability design pattern as described in the book Release It! by Michael Nygard.

For more information see the project's website.

License

Licensed under the Apache License, Version 2.0. See the LICENSE and NOTICE files for more information.