Alibaba dubbo 2.6.6 is upgraded to apache dubbo 2.7.22, "default." compatibility issue

nle07wnf  于 22天前  发布在  Apache
关注(0)|答案(5)|浏览(23)

2.6.6 com.alibaba.dubbo.common.URL#getParameter(java.lang.String)

2.7.22 org.apache.dubbo.common.URL#getParameter(java.lang.String)

org.apache.dubbo.common.utils.UrlUtils#isMatch

Is it compatible with the method of getting URL parameters in 2.6.6 in version 2.7.22
————————————
是否能在2.7.22版本中兼容2.6.6获取URL参数的方法

waxmsbnn

waxmsbnn3#

是的,用的nacos做注册中心,这个问题和注册中心不相关把

3hvapo4f

3hvapo4f4#

是的,用的nacos做注册中心,这个问题和注册中心不相关把

有关系的,zk做了一层兼容,nacos还没做

k10s72fa

k10s72fa5#

好吧,有什么方式可以解决这个问题吗?

相关问题