glynnwei commented on issue #14164:
URL: https://github.com/apache/dubbo/issues/14164#issuecomment-2135271665

   class: EtcdMetadataReport
   fix code: 
   ```
   @Override
   public boolean registerServiceAppMapping(String key, String group, String 
content, Object ticket) {
       String appKey = toRootDir() + "mapping-data" + PATH_SEPARATOR + key + 
PATH_SEPARATOR + group;
       if (!etcdClient.put(appKey, content)) {
           logger.error("Failed to put service app mapping to etcd, 
key(appKey): " + appKey + ", value(appName): " + content);
           return false;
       }
       return true;
   }
   ```


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