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>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a simple HTTP service using Finagle.
Use com.twitter.util.Future or convert to CompletableFuture via com.twitter.util.FutureOps.
No dependency data recorded yet.