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 2021/10/11 11:16:16 UTC

[rocketmq-apis] branch main updated: Add reserve filed for ReportMessageConsumptionResultRequest (#7)

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4261885  Add reserve filed for ReportMessageConsumptionResultRequest (#7)
4261885 is described below

commit 4261885c8c651ddafc232cfa50f326bb5e3cf19b
Author: aaron ai <ya...@alibaba-inc.com>
AuthorDate: Mon Oct 11 19:16:02 2021 +0800

    Add reserve filed for ReportMessageConsumptionResultRequest (#7)
---
 apache/rocketmq/v1/service.proto | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/apache/rocketmq/v1/service.proto b/apache/rocketmq/v1/service.proto
index e1ea632..f04c2d6 100644
--- a/apache/rocketmq/v1/service.proto
+++ b/apache/rocketmq/v1/service.proto
@@ -309,6 +309,8 @@ message VerifyMessageConsumptionCommand {
 message ReportMessageConsumptionResultRequest {
   string command_id = 1;
   google.rpc.Status status = 2;
+
+  reserved 3 to 64;
 }
 
 message ReportMessageConsumptionResultResponse {