暂无描述

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.