-
Notifications
You must be signed in to change notification settings - Fork 979
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pool exhausted, Java 21 and Virtual Threads #2867
Comments
I am also interested in this. I could not find a clear documentation on how to use virtual threads in lettuce. Appreciate a good reference. |
Hey I'm not quite sure if I know the solution, but you might want to look into |
Hey @jkvargas ,
I tried your code and it worked for me, could this be some environment issue with your JVM / JDK?
Both |
redisTemplate.getRequiredConnectionFactory().getConnection(); org.springframework.data.redis.connection.lettuce.LettuceConnectionFactory.SharedConnection#getConnection, getNativeConnection() is stucked, there is |
Hi, I am getting Pool exhausted when I pass a ClientResources which does use an executor with virtual threads.
This is my java code,
how can I fix this?
I am using lettuce-core-6.3.2.RELEASE.jar running on a linux container.
Thanks!
The text was updated successfully, but these errors were encountered: