Registry / networking / finagle-core-2-12

finagle-core-2-12

JSON →
library24.2.0javamavenunverified

Core library for Finagle, a fault-tolerant RPC system for JVM, providing networking abstractions and protocols.

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

Service
com.twitter.finagle.Service

Create a simple HTTP service using Finagle.

import com.twitter.finagle.Service; import com.twitter.finagle.http.Request; import com.twitter.finagle.http.Response; Service<Request, Response> service = req -> { Response res = Response.apply(); res.contentString("Hello"); return Future.value(res); };
Debug
Known issues
gotchaFinagle uses Scala futures; Java interop requires careful handling of Twitter futures.
fix
Use com.twitter.util.Future or convert to CompletableFuture via com.twitter.util.FutureOps.
affects: *
Upgrade
Version history
24.2.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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