BurningCN commented on issue #8403:
URL: https://github.com/apache/dubbo/issues/8403#issuecomment-891738283


   哈哈 老哥挺有意思 nacos的具体逻辑我不太了解 你可以自己仔细验证下呢 真有bug的话可以提交个pr修复下
   
   
   
   ---原始邮件---
   发件人: ***@***.***>
   发送时间: 2021年8月3日(周二) 晚上6:36
   收件人: ***@***.***>;
   抄送: ***@***.******@***.***>;
   主题: Re: [apache/dubbo] 关于dubbo.registry.check=false的疑问 (#8403)
   
   
   
   
    
   但是zk却向上抛出,如果这样,说明Nacos的代码有bug!
    public class ZookeeperRegistry extends CacheableFailbackRegistry {     
@Override     public void doRegister(URL url) {         try {             
zkClient.create(toUrlPath(url), url.getParameter(DYNAMIC_KEY, true));         } 
catch (Throwable e) {             throw new RpcException("Failed to register " 
+ url + " to zookeeper " + getUrl() + ", cause: " + e.getMessage(), e);         
}     }  
   —
   You are receiving this because you were mentioned.
   Reply to this email directly, view it on GitHub, or unsubscribe.
   Triage notifications on the go with GitHub Mobile for iOS or Android.


-- 
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-unsubscr...@dubbo.apache.org

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



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

Reply via email to