Registry / networking / finagle-core-2-11

finagle-core-2-11

JSON →
library21.2.0javamavenunverified

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

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

Service
com.twitter.finagle.Service

Creates a simple Finagle HTTP service that returns an empty response.

import com.twitter.finagle.Service; import com.twitter.finagle.http.Request; import com.twitter.finagle.http.Response; import com.twitter.util.Future; public class Example { public static void main(String[] args) { Service<Request, Response> service = req -> Future.value(Response.apply()); System.out.println(service); } }
Debug
Known issues
breakingFinagle 21.x requires Scala 2.12+; Scala 2.11 support is deprecated.
fix
Upgrade to Scala 2.12 or later and use a compatible Finagle version.
affects: >=21.0.0
Upgrade
Version history
21.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-11 — mvn dependency:get finagle-core-2-11 · libregistry