Registry / networking / netty-incubator-transport-native-io-uring

netty-incubator-transport-native-io-uring

JSON →
library0.0.26.Finaljavamavenunverified

Netty transport implementation using Linux io_uring for high-performance asynchronous I/O.

<dependency> <groupId>io.netty.incubator</groupId> <artifactId>netty-incubator-transport-native-io_uring</artifactId> <version>0.0.26.Final</version> </dependency>
INSTALL
IMPORT
SIG · NETTY-INCUBATOR-TR
N
netty-incubator-transport-native-io-uring
networkingjavav0.0.26.Final
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.

IOUringEventLoopGroup
io.netty.incubator.channel.uring.IOUringEventLoopGroup

Creates an io_uring-based event loop group for Netty.

import io.netty.incubator.channel.uring.IOUringEventLoopGroup; import io.netty.channel.EventLoopGroup; EventLoopGroup group = new IOUringEventLoopGroup(); System.out.println("Using io_uring event loop group"); group.shutdownGracefully();
Debug
Known issues
gotchaThis is an incubator module and may have API changes or stability issues.
fix
Use with caution in production; consider using the standard Netty NIO transport if stability is critical.
affects: *
Upgrade
Version history
0.0.26.Finallatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
netty-incubator-transport-native-io-uring — mvn dependency:get netty-incubator-transport-native-io-uring · libregistry