duct-tape
duct-tape copied to clipboard
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 tha...
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.
Read the documentation here
License
See LICENSE.
Copyright
Copyright (c) 2014-2015 Richard North.
See AUTHORS for contributors.