lizhimins commented on code in PR #9142:
URL: https://github.com/apache/rocketmq/pull/9142#discussion_r1921863709


##########
client/src/main/java/org/apache/rocketmq/client/impl/MQClientAPIImpl.java:
##########
@@ -857,6 +857,9 @@ protected SendResult processSendResponse(
             responseHeader.getMsgId(), messageQueue, 
responseHeader.getQueueOffset());
         sendResult.setTransactionId(responseHeader.getTransactionId());
         sendResult.setRecallHandle(responseHeader.getRecallHandle());
+        if (responseHeader.getDelayTime() != null) {

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: commits-unsubscr...@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to