Note
|
io_uring is supported by Vert.x Core since Vert.x 5, this library is an incubator for Vert.x 4.x |
Vert.x io_uring is a transport using the io_uring interface of the Linux kernel.
Vert.x io_uring works with
-
Vert.x Core TCP, HTTP, datagram servers/clients
-
Redis client
-
Vert.x AMQP client
-
Vert.x Consul client
Warning
|
This module has incubation status and only works on some Linux OSes. |
Snapshots are available at s01.oss.sonatype.org
<repository>
<id>sonatype-nexus-snapshots</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<layout>default</layout>
<releases>
<enabled>false</enabled>
</releases>
</repository>