Popularity
8.1
Stable
Activity
7.0
-
2,068
27
143

Programming language: Go
License: MIT License
Tags: Miscellaneous    
Latest version: v1.2.0

go-resiliency alternatives and similar packages

Based on the "Miscellaneous" category.
Alternatively, view go-resiliency alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of go-resiliency or a related project?

Add another 'Miscellaneous' Package

README

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.