Skip to content
This repository has been archived by the owner on Nov 5, 2022. It is now read-only.
/ duct-tape Public archive

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.

License

Notifications You must be signed in to change notification settings

rnorth/duct-tape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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

Circle CI

License

See LICENSE.

Copyright

Copyright (c) 2014-2015 Richard North.

See AUTHORS for contributors.

About

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.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors 4

  •  
  •  
  •  
  •  

Languages