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

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.

Awesome Lists containing this project

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.

![Logo](https://raw.githubusercontent.com/rnorth/duct-tape/master/docs/logo.png)

This library was formerly named `circuitbreakers`, but given the inclusion of more general purpose fault tolerance
features, it was renamed.

[![Circle CI](https://circleci.com/gh/rnorth/duct-tape.svg?style=svg)](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.