You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/05/30 07:47:46 UTC

[GitHub] [rocketmq-apis] aaron-ai commented on a diff in pull request #40: Add response_delivery_time for ReceiveMessageResponse

aaron-ai commented on code in PR #40:
URL: https://github.com/apache/rocketmq-apis/pull/40#discussion_r884520596


##########
apache/rocketmq/v2/service.proto:
##########
@@ -101,6 +101,8 @@ message ReceiveMessageResponse {
   oneof content {
     Status status = 1;
     Message message = 2;
+    // Time that prepare to delivery status and all messages.
+    google.protobuf.Timestamp response_delivery_time = 3;

Review Comment:
   OK



-- 
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: dev-unsubscribe@rocketmq.apache.org

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