As we all know, jdk21 introduced virtual threads, and this will bring a big performance boost to IO-frequent frameworks. Therefore, I would like to know
Does dubbo support jdk21?
Will dubbo support virtual threads?
Does dubbo still need netty and is it possible to use a simpler BIO socket framework?
Virtual threads will be supported in Dubbo 3.3.x. 3.3.0-beta.1 has supported it.
We have no ideas about BIO socket cause it may change a lot for Dubbo framework. Do you have any ideas? It would be welcome if you submit a propose for it.
As we all know, jdk21 introduced virtual threads, and this will bring a big performance boost to IO-frequent frameworks. Therefore, I would like to know