eclipse-vertx / vert.x

Vert.x is a tool-kit for building reactive applications on the JVM
http://vertx.io
Other
14.32k stars 2.08k forks source link

io_uring integration via new transport API #5320

Closed vietj closed 4 weeks ago

vietj commented 2 months ago

Motivation

_iouring is not anymore incubating and part of Netty 4.2, we should support it in vertx core.

Changes

Add an API for transport configuration through Vert.x builder in addition of the existing prefer native option. In addition add _iouring to the transports as well as CI support.

The transport service SPI has been removed.

franz1981 commented 1 month ago

Transport:supportFileRegion seems fine - I cannot see the failures you mentioned: was an old thing? @vietj

vietj commented 1 month ago

@franz1981 please have a look I enabled the failing tests https://github.com/eclipse-vertx/vert.x/actions/runs/11200805799/job/31134951097?pr=5320