An open API service indexing awesome lists of open source software.

https://github.com/sptz45/circuit-breaker

An implementation of the Circuit Breaker stability design pattern using AOP
https://github.com/sptz45/circuit-breaker

Last synced: 5 months ago
JSON representation

An implementation of the Circuit Breaker stability design pattern using AOP

Awesome Lists containing this project

README

          

# 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](http://www.tzavellas.com/projects/circuit-breaker/).

## License

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