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


   但是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);
           }
       }
   ```


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