georgehao commented on code in PR #803:
URL: https://github.com/apache/rocketmq-client-go/pull/803#discussion_r851025395


##########
internal/client.go:
##########
@@ -331,6 +331,46 @@ func GetOrNewRocketMQClient(option ClientOptions, 
callbackCh chan interface{}) R
                        client.resetOffset(header.topic, header.group, 
body.OffsetTable)
                        return nil
                })
+
+               
client.remoteClient.RegisterRequestFunc(ReqPushReplyMessageToClient, func(req 
*remote.RemotingCommand, addr net.Addr) *remote.RemotingCommand {
+                       receiveTime := time.Now().UnixNano() / 
int64(time.Millisecond)
+                       rlog.Info("receive push reply to client request...", 
map[string]interface{}{
+                               rlog.LogKeyBroker:        addr.String(),
+                               rlog.LogKeyTopic:         
req.ExtFields["topic"],

Review Comment:
   收到



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