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
- Host: GitHub
- URL: https://github.com/sptz45/circuit-breaker
- Owner: sptz45
- License: apache-2.0
- Created: 2009-07-04T05:56:18.000Z (about 17 years ago)
- Default Branch: master
- Last Pushed: 2024-02-02T20:52:10.000Z (over 2 years ago)
- Last Synced: 2024-04-15T15:23:20.213Z (about 2 years ago)
- Language: Java
- Homepage: http://www.tzavellas.com/projects/circuit-breaker
- Size: 128 KB
- Stars: 19
- Watchers: 6
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-java - Circuit Breaker
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.