coredns/vendor/github.com/eapache/go-resiliency
2017-06-01 18:11:50 +01:00
..
breaker Update vendor with go dep 2017-04-28 09:14:54 -07:00
.gitignore Update vendor with go dep 2017-04-28 09:14:54 -07:00
.travis.yml Update vendor with go dep 2017-04-28 09:14:54 -07:00
LICENSE Update vendor with go dep 2017-04-28 09:14:54 -07:00
README.md Update vendor with go dep 2017-04-28 09:14:54 -07:00

go-resiliency

Build Status GoDoc

Resiliency patterns for golang. Based in part on Hystrix, Semian, and others.

Currently implemented patterns include:

  • circuit-breaker (in the breaker directory)
  • semaphore (in the semaphore directory)
  • deadline/timeout (in the deadline directory)
  • batching (in the batcher directory)
  • retriable (in the retrier directory)

Follows semantic versioning using https://gopkg.in/ - import from gopkg.in/eapache/go-resiliency.v1 for guaranteed API stability.