chenshouye168 commented on code in PR #4670:
URL:
https://github.com/apache/servicecomb-java-chassis/pull/4670#discussion_r1908343712
##########
service-registry/registry-zookeeper/src/main/java/org/apache/servicecomb/registry/zookeeper/ZookeeperInstance.java:
##########
@@ -187,4 +192,12 @@ public String getInstanceId() {
public String getServiceId() {
return serviceId;
}
+
+ public MicroserviceInstanceStatus getStatus() {
+ return status;
+ }
+
+ public void setStatus(MicroserviceInstanceStatus status) {
+ this.status = status;
Review Comment:
yes, the 'getMicroserviceInstanceStatus' method has been added to the
MicroserviceInstance class.,as getStatus().
--
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]