eapache/go-resiliency
Resiliency patterns for golang observed · 2026-08-28
Health v2 · maintenance only
26/100
- Activity 8
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4295
- days_rel: n/a
- days_push: 556
- n_releases_24m: 0
Adoption not part of the score
2370 stars · 151 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Go library implementing common resiliency patterns such as circuit breaker, retrier, deadline/timeout, batching, and semaphore. It is inspired by Netflix Hystrix and Shopify Semian.
Use cases
- add circuit breaker to go service calls
- retry failed http requests in golang
- add timeout wrapper around function calls
- batch concurrent requests in go
- limit concurrency with a semaphore in go
- make go clients resilient to downstream failures
When to choose
- you want small, focused, dependency-free resiliency primitives in Go
- you need circuit breaker, retry, timeout, batching, or semaphore patterns without a full service mesh
- you prefer Hystrix-style patterns as simple Go packages
When to avoid
- you need a full-featured resilience framework with metrics dashboards and config servers
- you are not writing Go
- you want automatic instrumentation of HTTP clients or service mesh-level traffic management
Facets
library · maturity stable
middleware concurrency error-handling developer-tools backend microservices go resiliency-patterns circuit-breaker retry timeout batching semaphore hystrix-inspired
5 sources
- readme: https://github.com/eapache/go-resiliency · fetched 2026-08-28 · ee6efb2920c7
- homepage: https://godoc.org/github.com/eapache/go-resiliency · fetched 2026-08-29 · 92228780493d
- site_page: https://pkg.go.dev/about · fetched 2026-08-29 · 757852027879
- site_page: https://pkg.go.dev/github.com/eapache/go-resiliency · fetched 2026-08-29 · b81e16026033
- site_page: https://go.dev/project · fetched 2026-08-29 · d5ca00bb378b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| eapache/go-resiliency | main | 26 |
For agents
markdown · JSON · MCP: product_card(name="eapache/go-resiliency")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem