You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2022/10/24 05:21:38 UTC

[GitHub] [dubbo] wangshuaipei commented on issue #10804: 不同版本超时时间的兼容问题

wangshuaipei commented on issue #10804:
URL: https://github.com/apache/dubbo/issues/10804#issuecomment-1288435503

   > org/apache/dubbo/common/URLStrParser.java:300
   > 
   > ```java
   >             // compatible with lower versions registering "default." keys
   >             if (name.startsWith(DEFAULT_KEY_PREFIX)) {
   >                 params.putIfAbsent(name.substring(DEFAULT_KEY_PREFIX.length()), value);
   >             }
   > ```
   > 
   > 这里会自动替换
   
   我看了一下这里的代码,好像是zk作为注册中心才会去执行,我们的注册中心是nacos,这里的代码没有执行到


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org