yanghao605 opened a new issue, #4746:
URL: https://github.com/apache/servicecomb-java-chassis/issues/4746

   ### Steps to Reproduce
   
   1. 服务注册实例属性时,将服务级的属性注册上去了
    Map<String, String> properties = new HashMap<>();
       
properties.putAll(BootStrapProperties.readServiceProperties(environment));
       properties.putAll(genCasProperties(environment));
       microserviceInstance.setProperties(properties);
   
   ### Expected Behavior
   
   _No response_
   
   ### Servicecomb Version
   
   _No response_
   
   ### Additional Context
   
   _No response_


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

Reply via email to