twitter/finagle

A fault tolerant, protocol-agnostic RPC system

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 52 minutes ago
Added to GitGenius on September 7th, 2026
Created on October 19th, 2010
Open Issues & Pull Requests: 65 (+0)
GitHub issues: Enabled
Number of forks: 1,431
Total Stargazers: 8,865 (+0)
Total Subscribers: 543 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 8.2 days
Mean response time: 13.2 days
90th percentile: 33.0 days
Tracked items: 4

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 6
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,018 days
Stale 30+ days: 6
Stale 90+ days: 6

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

Finagle is a fault-tolerant, protocol-agnostic RPC system for building high-concurrency servers on the JVM.

Finagle addresses the challenge of constructing distributed systems that handle high concurrency while remaining resilient to failures. It provides uniform client and server APIs across multiple protocols including HTTP, HTTP/2, Thrift, MySQL, Redis, and Memcached. The system is designed with protocol-agnostic core logic, which simplifies the addition of new protocols and allows developers to write fault-tolerance and concurrency handling code once rather than reimplementing it for each protocol.

Finagle suits teams building services that require robust RPC communication with high throughput and low latency. It works well for organizations already invested in the JVM ecosystem and Scala, though it is usable from Java as well. The tool is particularly valuable when you need to support multiple protocols within a single framework or when you want consistent patterns for handling timeouts, retries, load balancing, and circuit breaking across different service communication types. Finagle is production-tested at scale and adopted by numerous organizations running critical infrastructure.

The project maintains a regular release cadence with detailed changelogs that document public API breaks and runtime behavior changes. Development is active with ongoing maintenance and feature work. The community maintains multiple channels for engagement including a mailing list, chat platform, and blog. The project welcomes contributions and has established community guidelines for interactions.