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 005a3ec Add status code: multiple results (#37)
005a3ec is described below
commit 005a3ecf00fb8adfd394349d0213470689815e9c
Author: Aaron Ai <[email protected]>
AuthorDate: Mon May 23 15:27:08 2022 +0800
Add status code: multiple results (#37)
---
apache/rocketmq/v2/definition.proto | 3 +++
1 file changed, 3 insertions(+)
diff --git a/apache/rocketmq/v2/definition.proto
b/apache/rocketmq/v2/definition.proto
index 3153638..21a6321 100644
--- a/apache/rocketmq/v2/definition.proto
+++ b/apache/rocketmq/v2/definition.proto
@@ -388,6 +388,9 @@ enum Code {
// Client type could not be recognized.
UNRECOGNIZED_CLIENT_TYPE = 32;
+ // Return different results for entries in composite request.
+ MULTIPLE_RESULTS = 33;
+
// Code indicates that the server encountered an unexpected condition
// that prevented it from fulfilling the request.
// This error response is a generic "catch-all" response.