You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2022/01/20 14:22:38 UTC

[GitHub] [servicecomb-java-chassis] liubao68 commented on a change in pull request #2704: [SCB-2377] update microservice properties

liubao68 commented on a change in pull request #2704:
URL: https://github.com/apache/servicecomb-java-chassis/pull/2704#discussion_r788811186



##########
File path: service-registry/registry-service-center/src/main/java/org/apache/servicecomb/serviceregistry/RegistryUtils.java
##########
@@ -160,6 +160,16 @@ public static MicroserviceInstance getMicroserviceInstance() {
         null : serviceCache.getInstances();
   }
 
+  // update microservice  properties
+  public static boolean updateMicroserviceProperties(Map<String, String> microserviceProperties) {

Review comment:
       RegistryUtils maybe changed in future, do not use API as possible. 




-- 
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: commits-unsubscribe@servicecomb.apache.org

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