owen200008 opened a new pull request, #10057:
URL: https://github.com/apache/dubbo/pull/10057

   ## What is the purpose of the change
   原因:
   dubbo2.7升级dubbo3.x的时候减少发布的次数
   
   
interface注册中心在默认开启双协议的时候(如下),是按map直接getDefaultConfigs转成list,目前按我测试的顺序就是dubbo先,triple后所以导致注册中心中只会存在protocal=tri的,dubbo2.7的consumer是no
 provider的
   如果发布3.0的时候默认开启双协议的时候interface是dubbo的话,那是极好的,老的dubbo2.7不会出问题
   
   因此提交,支持指定加载顺序
   
   dubbo.protocols.tri.id=tri
   dubbo.protocols.tri.name=tri
   dubbo.protocols.tri.port=21271
   
   dubbo.protocols.dubbo.id=dubbo
   dubbo.protocols.dubbo.name=dubbo
   dubbo.protocols.dubbo.port=21272
   
   增加
   dubbo.protocols.tri.seq=1
   dubbo.protocols.dubbo.seq=2
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to