You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @thachlp ,
I suggest that we put in the advanced-usage.md (Native transports section) a note, for ex.
!!! 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.
Feature Request
Is your feature request related to a problem? Please describe
There is no documentation on what would happen if both the IO_URING and EPOLL native libraries are present in the classpath.
Describe the solution you'd like
We need to document in a clear way that:
The text was updated successfully, but these errors were encountered: