gosonzhang commented on code in PR #5326:
URL: https://github.com/apache/inlong/pull/5326#discussion_r935440750


##########
inlong-tubemq/tubemq-client-twins/tubemq-client-go/client/heartbeat.go:
##########
@@ -99,36 +99,45 @@ func (h *heartbeatManager) consumerHB2Master() {
        }
 
        rsp, err := h.sendHeartbeatC2M(m)
-       if err != nil {
-               log.Errorf("consumer hb err %s", err.Error())
+       if err != nil || !rsp.GetSuccess() {

Review Comment:
   When I use this version to verify, I found that the client did not respond 
to load balancing, and no longer registered Broker for consumption



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