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

   > > 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,这里的代码没有执行到
   
   请问下在'ZookeeperRegistry'的哪行代码调用的?


-- 
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