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/03/21 07:08:24 UTC

[rocketmq-apis] branch v2 updated: Use plural forms for repeated fields

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 388a835  Use plural forms for repeated fields
388a835 is described below

commit 388a83529c3db184f61380c104bbe78c5ef17856
Author: Li Zhanhui <li...@gmail.com>
AuthorDate: Mon Mar 21 07:08:16 2022 +0000

    Use plural forms for repeated fields
---
 apache/rocketmq/v2/service.proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apache/rocketmq/v2/service.proto b/apache/rocketmq/v2/service.proto
index 27a5865..4163344 100644
--- a/apache/rocketmq/v2/service.proto
+++ b/apache/rocketmq/v2/service.proto
@@ -70,7 +70,7 @@ message QueryRouteResponse {
 }
 
 message SendMessageRequest {
-  repeated Message message = 1;
+  repeated Message messages = 1;
   Partition partition = 2;
 }