This is an automated email from the ASF dual-hosted git repository.
lizhimin 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 68c2cc9 Add suspend field to ChangeInvisibleDurationRequest for lite
consume suspend (#104)
68c2cc9 is described below
commit 68c2cc9442928f769f8938515a05af6fa05c9993
Author: Quan <[email protected]>
AuthorDate: Tue Jan 27 16:57:20 2026 +0800
Add suspend field to ChangeInvisibleDurationRequest for lite consume
suspend (#104)
---
apache/rocketmq/v2/service.proto | 2 ++
java/VERSION | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/apache/rocketmq/v2/service.proto b/apache/rocketmq/v2/service.proto
index 40cc7e5..b58ac41 100644
--- a/apache/rocketmq/v2/service.proto
+++ b/apache/rocketmq/v2/service.proto
@@ -254,6 +254,8 @@ message ChangeInvisibleDurationRequest {
string message_id = 5;
optional string lite_topic = 6;
+ // If true, server will not increment the retry times for this message
+ optional bool suspend = 7;
}
message ChangeInvisibleDurationResponse {
diff --git a/java/VERSION b/java/VERSION
index 3e3c2f1..eca07e4 100644
--- a/java/VERSION
+++ b/java/VERSION
@@ -1 +1 @@
-2.1.1
+2.1.2