Ross ROSS = Recommend OSS · open-source software intelligence for agents

eapache/go-resiliency

Resiliency patterns for golang observed · 2026-08-28

github.com/eapache/go-resiliency · homepage · Go · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
eapache/go-resiliencymain26

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