Sem descrição

tukeJonny 0e5aea613d Add double quote to go version on travis há 7 anos atrás
batcher ed0319b32e Add code-of-conduct badge to READMEs há 11 anos atrás
breaker ed0319b32e Add code-of-conduct badge to READMEs há 11 anos atrás
deadline b86b1ec0dd deadline: adjust example comments há 10 anos atrás
retrier 518a7a785c Add build flag for retrier implements há 7 anos atrás
semaphore b77c957f7c Tweak docs on IsEmpty há 8 anos atrás
.gitignore 9d854293d0 Initial commit há 11 anos atrás
.travis.yml 0e5aea613d Add double quote to go version on travis há 7 anos atrás
CHANGELOG.md ea41b0fad3 Add changelog há 8 anos atrás
LICENSE 9d854293d0 Initial commit há 11 anos atrás
README.md ed0319b32e Add code-of-conduct badge to READMEs há 11 anos atrás

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.