GitXplorerGitXplorer
t

finagle

public
8792 stars
1451 forks
62 issues

Commits

List of commits on branch develop.
Unverified
50265efc9f4f3c5408a4b26467b4fa5fd5db855b

Revert "Revert "finagle/finagle-core: Fix bug that causes backup requests to be disabled when configured via stack param in MethodBuilder""

jjcrossley committed 3 days ago
Unverified
596a8031dbd656c7c5a240607567df9a31bef994

finagle-core: Update changelog

committed 4 days ago
Unverified
10fcab39a7a756ec00349cb0b8b11e3070da99b1

finagle-core: Add low priority offload executor

committed 4 days ago
Unverified
c8582afb4b6fc44342f57d168bee4c1c357d5db2

finagle/finagle-core: Add `record` method to SLOStatsFilter for external usage

jjcrossley committed 11 days ago
Unverified
6310972c7db2f6e5b58de79d3f7c5ab05142fe53

finagle: Allow request classification for different SLOs in SLOStatsFilter

jjcrossley committed 12 days ago
Unverified
786f06c0e3accc0c3902189454b146e7af9916ca

[home-mixer] don't offload scoredCandidateFeaturesCache

committed 19 days ago

README

The README file for this repository.


Finagle

Build Status Project status Gitter Maven Central

Status

This project is used in production at Twitter (and many other organizations), and is being actively developed and maintained.

Releases

Releases are done on an approximately monthly schedule. While semver is not followed, the changelogs are detailed and include sections on public API breaks and changes in runtime behavior.

Getting involved

Finagle is an extensible RPC system for the JVM, used to construct high-concurrency servers. Finagle implements uniform client and server APIs for several protocols, and is designed for high performance and concurrency. Most of Finagle’s code is protocol agnostic, simplifying the implementation of new protocols.

For extensive documentation, please see the user guide and API documentation websites. Documentation improvements are always welcome, so please send patches our way.

Adopters

The following are a few of the companies that are using Finagle:

For a more complete list, please see our adopter page. If your organization is using Finagle, consider adding a link there and sending us a pull request!

Contributing

We feel that a welcoming community is important and we ask that you follow Twitter's Open Source Code of Conduct in all interactions with the community.

The release branch of this repository contains the latest stable release of Finagle, and weekly snapshots are published to the develop branch. In general pull requests should be submitted against develop. See CONTRIBUTING.md for more details about how to contribute.

License

Copyright 2010 Twitter, Inc.

Licensed under the Apache License, Version 2.0: https://www.apache.org/licenses/LICENSE-2.0