mirror of
https://gitee.com/johng/gf
synced 2026-07-06 13:42:46 +08:00
新增go modules支持,自行管理第三方包依赖,方便开发者使用
This commit is contained in:
21
third/github.com/eapache/go-resiliency/README.md
Normal file
21
third/github.com/eapache/go-resiliency/README.md
Normal file
@ -0,0 +1,21 @@
|
||||
go-resiliency
|
||||
=============
|
||||
|
||||
[](https://travis-ci.org/eapache/go-resiliency)
|
||||
[](https://godoc.org/github.com/eapache/go-resiliency)
|
||||
[](https://eapache.github.io/conduct.html)
|
||||
|
||||
Resiliency patterns for golang.
|
||||
Based in part on [Hystrix](https://github.com/Netflix/Hystrix),
|
||||
[Semian](https://github.com/Shopify/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`](https://gopkg.in/eapache/go-resiliency.v1)
|
||||
for guaranteed API stability.
|
||||
Reference in New Issue
Block a user