twitter/finagle
A fault tolerant, protocol-agnostic RPC system observed · 2026-08-28
Health v2 · maintenance only
66/100
- Activity 97
- 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: 5797
- days_rel: n/a
- days_push: 20
- n_releases_24m: 0
Adoption not part of the score
8864 stars · 1431 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
Finagle is an extensible, fault-tolerant, protocol-agnostic RPC system for the JVM, written in Scala with idiomatic APIs for both Scala and Java. It provides uniform client and server APIs for protocols like HTTP/2, Thrift, MySQL, Redis, and Memcached, designed for high-concurrency distributed systems.
Use cases
- build fault-tolerant RPC services on the JVM
- implement high-concurrency servers in Scala or Java
- add distributed tracing with Zipkin to service calls
- write protocol-agnostic clients and servers for Thrift or HTTP
- build resilient microservice backends with load balancing and retries
- connect to MySQL, Redis, or Memcached with managed clients
When to choose
- you are building JVM-based distributed systems that need fault tolerance and load balancing
- you want uniform client/server APIs across multiple protocols
- you need battle-tested infrastructure proven at Twitter-scale production
- you want built-in Zipkin tracing and protocol extensibility
When to avoid
- your stack is not on the JVM
- you want a lightweight HTTP framework for simple web apps
- you prefer simpler, more modern RPC frameworks like gRPC with less Scala-specific complexity
- you need stable semantic versioning, since Finagle does not follow semver
Facets
library · maturity stable
rpc http-client http-server middleware tracing load-testing microservices backend networking developer-tools jvm fault-tolerance thrift http2 protocol-agnostic high-concurrency jvm linux macos
2 sources
- readme: https://github.com/twitter/finagle · fetched 2026-08-28 · 8ded9adf36db
- homepage: https://twitter.github.io/finagle · fetched 2026-08-29 · 4186b9aa15b3
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| twitter/finagle | main | 66 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem