Skip to content

Commit df0c177

Browse files
authored
Guide on resolve native library conflicts (#3309)
1 parent 5434d0c commit df0c177

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/advanced-usage.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -935,6 +935,12 @@ Lettuce because of two reasons:
935935
longer releases shaded JAR files, and these limitations are no
936936
longer relevant for newer versions.
937937

938+
!!! NOTE
939+
Having both the `io_uring` and the `epoll` native transports available
940+
in the classpath would - by default - load the `io_uring` driver with
941+
precedence. Use the `io.lettuce.core.iouring` system property to
942+
disable `io_uring` in this case and instead load the `epoll` transport.
943+
938944
See also Netty [documentation on native
939945
transports](http://netty.io/wiki/native-transports.html).
940946

0 commit comments

Comments
 (0)