You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ti...@apache.org on 2023/03/13 03:25:57 UTC

[rocketmq-client-go] branch master updated: fix: add log when send heartbeat failed

This is an automated email from the ASF dual-hosted git repository.

tigerlee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-go.git


The following commit(s) were added to refs/heads/master by this push:
     new df5be5b  fix: add log when send heartbeat failed
     new 56d1a7d  Merge pull request #1003 from cserwen/heartbeat_github
df5be5b is described below

commit df5be5b2a43de7fd8d6cfbc88f148f5053d8bfe4
Author: dengzhiwen1 <de...@xiaomi.com>
AuthorDate: Wed Feb 15 11:43:40 2023 +0800

    fix: add log when send heartbeat failed
---
 internal/client.go | 1 +
 1 file changed, 1 insertion(+)

diff --git a/internal/client.go b/internal/client.go
index d3c65a9..175f43b 100644
--- a/internal/client.go
+++ b/internal/client.go
@@ -652,6 +652,7 @@ func (c *rmqClient) SendHeartbeatToAllBrokerWithLock() {
 					"brokerId":     id,
 					"brokerAddr":   addr,
 					"responseCode": response.Code,
+					"remark":       response.Remark,
 				})
 			}
 		}