Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/advanced-usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -935,6 +935,12 @@ Lettuce because of two reasons:
longer releases shaded JAR files, and these limitations are no
longer relevant for newer versions.

!!! NOTE
Having both the `io_uring` and the `epoll` native transports available
in the classpath would - by default - load the `io_uring` driver with
precedence. Use the `io.lettuce.core.iouring` system property to
disable `io_uring` in this case and instead load the `epoll` transport.

See also Netty [documentation on native
transports](http://netty.io/wiki/native-transports.html).

Expand Down