GuoYL123 commented on a change in pull request #2061:
URL:
https://github.com/apache/servicecomb-java-chassis/pull/2061#discussion_r526763949
##########
File path:
clients/service-center-client/src/main/java/org/apache/servicecomb/service/center/client/ServiceCenterClient.java
##########
@@ -358,7 +358,7 @@ public void sendHeartBeats(HeartbeatsRequest
heartbeatsRequest) {
public boolean sendHeartBeat(String serviceId, String instanceId) {
try {
HttpResponse response = httpClient
- .putHttpRequest("/registry/microservices/" + serviceId +
"/instances/" + instanceId + "/heartbeat",
+ .putHttpRequest("/registry/microservices/" + serviceId +
"/instances/" + instanceId + "/heartbeat",
Review comment:
done
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]