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 a903378  Add lite_topic field to ChangeInvisibleDurationRequest for 
lite simple consumer (#103)
a903378 is described below

commit a90337893c5d9f2ce1934f8920f816f19758ff41
Author: Quan <[email protected]>
AuthorDate: Mon Jan 12 14:34:23 2026 +0800

    Add lite_topic field to ChangeInvisibleDurationRequest for lite simple 
consumer (#103)
    
    Change-Id: Ib214fc406673cd9fc9a5b418420b230f935e4e66
---
 apache/rocketmq/v2/service.proto | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/apache/rocketmq/v2/service.proto b/apache/rocketmq/v2/service.proto
index 2627581..40cc7e5 100644
--- a/apache/rocketmq/v2/service.proto
+++ b/apache/rocketmq/v2/service.proto
@@ -252,6 +252,8 @@ message ChangeInvisibleDurationRequest {
 
   // For message tracing
   string message_id = 5;
+
+  optional string lite_topic = 6;
 }
 
 message ChangeInvisibleDurationResponse {

Reply via email to