https://github.com/rnorth/duct-tape
A little Java 8 library providing an implementation of the Circuit Breaker pattern. It provides fault tolerant wrappers for code that calls external APIs and unreliable components, including those that may fail, time out, or return inconsistent results.
https://github.com/rnorth/duct-tape
Last synced: 2 days ago
JSON representation
A little Java 8 library providing an implementation of the Circuit Breaker pattern. It provides fault tolerant wrappers for code that calls external APIs and unreliable components, including those that may fail, time out, or return inconsistent results.
- Host: GitHub
- URL: https://github.com/rnorth/duct-tape
- Owner: rnorth
- License: mit
- Archived: true
- Created: 2014-12-27T09:00:22.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-03-18T05:03:28.000Z (almost 5 years ago)
- Last Synced: 2026-01-12T16:46:41.033Z (3 days ago)
- Language: Java
- Homepage:
- Size: 810 KB
- Stars: 94
- Watchers: 3
- Forks: 11
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - Duct Tape
README
# Duct Tape
> Duct Tape is a little Java 8 library providing fault tolerance support for code that calls external APIs and
unreliable components, including those that may fail, time out, or return inconsistent results.

This library was formerly named `circuitbreakers`, but given the inclusion of more general purpose fault tolerance
features, it was renamed.
[](https://circleci.com/gh/rnorth/duct-tape)
# [Read the documentation here](http://rnorth.viewdocs.io/duct-tape/)
## License
See [LICENSE](LICENSE).
## Copyright
Copyright (c) 2014-2015 Richard North.
See [AUTHORS](AUTHORS) for contributors.