Support for java 21 #2470
joanbalaguero
started this conversation in
General
Replies: 1 comment 1 reply
-
What exactly are you looking for? Lettuce works fine on Java 21 and the differentiator to other libraries is that it uses an Event Loop for its I/O. Switching to Virtual Threads as I/O event loop isn't possible really as Netty's threads are bound to the I/O implementation. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is there any plan to support jdk21 for any of the next releases of lettuce?
Also, any future plan to support virtual threads for the sync connections?
Thanks,
Joan.
Beta Was this translation helpful? Give feedback.
All reactions