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