After the Java 21 release, does the thread pool need to update for the virtual thread? ex: netty? jedis? OKHttp? DB?

275 views Asked by At

As you know, The most important upgrade is Virtual Thread in Java 21. However many open-source components are based on Java 8, so the platform thread is currently implemented. suppose I want to try the virtual thread with Netty Jedis Okhttp dbpool. do we need to update the source for them (netty jedis ...)?

I just have the plan, and I have no idea to do that

0

There are 0 answers