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.

networking
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.

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 footguns
breakingFinagle 21.2.0 is an older version; newer versions may have breaking API changes.
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
8 hits · last 30 days
claudebot
3
ahrefsbot
1
Resources