This is an automated email from the ASF dual-hosted git repository.
kaili 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 541137d Add Code: ILLEGAL_OFFSET
new bf440e4 Merge pull request #72 from xdkxlk/main
541137d is described below
commit 541137d5e675ac6f85255b158bac49a610250997
Author: kaiyi.lk <[email protected]>
AuthorDate: Thu Apr 13 15:57:27 2023 +0800
Add Code: ILLEGAL_OFFSET
---
apache/rocketmq/v2/definition.proto | 2 ++
1 file changed, 2 insertions(+)
diff --git a/apache/rocketmq/v2/definition.proto
b/apache/rocketmq/v2/definition.proto
index 753bfce..ff1a925 100644
--- a/apache/rocketmq/v2/definition.proto
+++ b/apache/rocketmq/v2/definition.proto
@@ -346,6 +346,8 @@ enum Code {
CLIENT_ID_REQUIRED = 40017;
// Polling time is illegal.
ILLEGAL_POLLING_TIME = 40018;
+ // Offset is illegal.
+ ILLEGAL_OFFSET = 40019;
// Generic code indicates that the client request lacks valid authentication
// credentials for the requested resource.