Registry / networking / finagle-core-2-13

finagle-core-2-13

JSON →
library24.2.0javamavenunverified

Core library for Finagle, a fault-tolerant RPC system for JVM.

<dependency> <groupId>com.twitter</groupId> <artifactId>finagle-core_2.13</artifactId> <version>24.2.0</version> </dependency>
INSTALL
IMPORT
SIG · FINAGLE-CORE-2-13
F
finagle-core-2-13
networkingjavav24.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.

Http
com.twitter.finagle.Http

Start a basic Finagle HTTP server.

import com.twitter.finagle.Http; import com.twitter.util.Await; public class Example { public static void main(String[] args) { var server = Http.serve(":8080", req -> { return com.twitter.finagle.http.Response.apply(); }); Await.ready(server); } }
Debug
Known issues
gotchaFinagle uses Scala futures; Java interop requires careful handling.
fix
Use com.twitter.util.Future or convert to CompletableFuture via Twitter's bijection library.
affects: >=20.0.0
Upgrade
Version history
24.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
finagle-core-2-13 — mvn dependency:get finagle-core-2-13 · libregistry