Няма описание

Evan Huus ed0319b32e Add code-of-conduct badge to READMEs преди 10 години
batcher ed0319b32e Add code-of-conduct badge to READMEs преди 10 години
breaker ed0319b32e Add code-of-conduct badge to READMEs преди 10 години
deadline ed0319b32e Add code-of-conduct badge to READMEs преди 10 години
retrier ed0319b32e Add code-of-conduct badge to READMEs преди 10 години
semaphore ed0319b32e Add code-of-conduct badge to READMEs преди 10 години
.gitignore 9d854293d0 Initial commit преди 11 години
.travis.yml c5e584d6ec Add go 1.4 support преди 11 години
LICENSE 9d854293d0 Initial commit преди 11 години
README.md ed0319b32e Add code-of-conduct badge to READMEs преди 10 години

README.md

go-resiliency

Build Status GoDoc Code of Conduct

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.