Registry / networking / finagle-thrift-2-11

finagle-thrift-2-11

JSON →
library21.2.0javamavenunverified

Finagle Thrift provides Thrift protocol support for Finagle, a network stack for building asynchronous RPC systems.

<dependency> <groupId>com.twitter</groupId> <artifactId>finagle-thrift_2.11</artifactId> <version>21.2.0</version> </dependency>
INSTALL
IMPORT
SIG · FINAGLE-THRIFT-2-1
F
finagle-thrift-2-11
networkingjavav21.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Thrift
com.twitter.finagle.Thrift

Minimal example showing how to create a Finagle Thrift client.

import com.twitter.finagle.Thrift; import com.twitter.util.Future; public class FinagleThriftExample { public static void main(String[] args) { Thrift.Client client = Thrift.client(); // Use client to connect to a Thrift service } }
Debug
Known issues
breakingFinagle 21.2.0 is an older version; newer versions may have breaking API changes.
fix
Check the Finagle changelog and upgrade to a supported version (e.g., 22.x or later).
affects: <=21.2.0
Upgrade
Version history
21.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
6
OpenAI (training)
2
Resources
finagle-thrift-2-11 — mvn dependency:get finagle-thrift-2-11 · libregistry