You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by li...@apache.org on 2022/05/31 03:47:03 UTC

[rocketmq-apis] branch v2 updated: Fix typo (#41)

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

lizhanhui pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/rocketmq-apis.git


The following commit(s) were added to refs/heads/v2 by this push:
     new e21ce15  Fix typo (#41)
e21ce15 is described below

commit e21ce15d84a156db7f74a5c4f93cc2c2b2626ad7
Author: Aaron Ai <ya...@alibaba-inc.com>
AuthorDate: Tue May 31 11:46:59 2022 +0800

    Fix typo (#41)
---
 apache/rocketmq/v2/service.proto | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/apache/rocketmq/v2/service.proto b/apache/rocketmq/v2/service.proto
index 3f9878c..71ed31f 100644
--- a/apache/rocketmq/v2/service.proto
+++ b/apache/rocketmq/v2/service.proto
@@ -101,8 +101,8 @@ message ReceiveMessageResponse {
   oneof content {
     Status status = 1;
     Message message = 2;
-    // Time that prepare to delivery status and all messages.
-    google.protobuf.Timestamp delivery_time = 3;
+    // Timestamp that prepare to deliver status and all messages.
+    google.protobuf.Timestamp delivery_timestamp = 3;
   }
 }