Registry / networking / thrift-server

thrift-server

JSON →
library0.3.9javamavenunverified

A Thrift server implementation backed by LMAX Disruptor, offering better throughput and latency than built-in Thrift servers.

<dependency> <groupId>com.thinkaurelius.thrift</groupId> <artifactId>thrift-server</artifactId> <version>0.3.9</version> </dependency>
INSTALL
IMPORT
SIG · THRIFT-SERVER
T
thrift-server
networkingjavav0.3.9
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.

ThriftServer
com.thinkaurelius.thrift.ThriftServer

Creates and starts a Thrift server with a custom processor on port 9090.

import com.thinkaurelius.thrift.ThriftServer; import com.thinkaurelius.thrift.ThriftServerConfig; public class Main { public static void main(String[] args) { ThriftServerConfig config = new ThriftServerConfig(); config.setPort(9090); ThriftServer server = new ThriftServer(config, new MyProcessor()); server.start(); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.9latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
thrift-server — mvn dependency:get thrift-server · libregistry