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 36232f4  add code OFFSET_NOT_FOUND (#77)
36232f4 is described below

commit 36232f4d3cc9eda7d3c5f87d06c729b92bcd5cac
Author: lk <[email protected]>
AuthorDate: Tue Apr 25 15:43:12 2023 +0800

    add code OFFSET_NOT_FOUND (#77)
---
 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 ff1a925..02cbc4c 100644
--- a/apache/rocketmq/v2/definition.proto
+++ b/apache/rocketmq/v2/definition.proto
@@ -367,6 +367,8 @@ enum Code {
   TOPIC_NOT_FOUND = 40402;
   // Consumer group resource does not exist.
   CONSUMER_GROUP_NOT_FOUND = 40403;
+  // Offset not found from server.
+  OFFSET_NOT_FOUND = 40404;
 
   // Generic code representing client side timeout when connecting to, reading 
data from, or write data to server.
   REQUEST_TIMEOUT = 40800;

Reply via email to