apache / dubbo

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

Does Dubbo support the interoperability between dubbo2 and proxyless dubbo3 or dubbo3 sidecar? #13547

Closed HEIBAIJIE closed 8 months ago

HEIBAIJIE commented 11 months ago

Ask your question here

dubbo2升级到dubbo3可以通过双注册的方式实现平滑升级,相互访问。 dubbo3到dubbo mesh由于服务发现都是基于K8S Service,应该也可以相互访问。 但是dubbo2到dubbo mesh是否支持互通,以保证平滑演进呢?

AlbumenJ commented 11 months ago

You should register all the upgraded providers to registry.

AlbumenJ commented 8 months ago

No news is good news. Please feel free to create a new issue if you have any question.