apache / dubbo

The java implementation of Apache Dubbo. An RPC and microservice framework.
https://dubbo.apache.org/
Apache License 2.0
40.49k stars 26.43k forks source link

Has dubbo released a version that supports jdk21? #13608

Closed yuyu1025 closed 8 months ago

yuyu1025 commented 10 months ago

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

AlbumenJ commented 10 months ago
  1. The latest Dubbo 3.2.x version support jdk 21.
  2. Virtual threads will be supported in Dubbo 3.3.x. 3.3.0-beta.1 has supported it.
  3. 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.
kimmking commented 9 months ago

Another way is rebuilding dubbo in a reactive fx.