You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by yu...@apache.org on 2022/04/28 06:14:00 UTC

[rocketmq-apis] 02/02: Add message_id in ChangeInvisibleDurationRequest for tracing

This is an automated email from the ASF dual-hosted git repository.

yukon pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/rocketmq-apis.git

commit 4287247ae6f2e06f9150cfecb6c2d013af0b10a8
Author: zhouxiang <zh...@alibaba-inc.com>
AuthorDate: Thu Apr 28 11:07:58 2022 +0800

    Add message_id in ChangeInvisibleDurationRequest for tracing
---
 apache/rocketmq/v2/service.proto | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/apache/rocketmq/v2/service.proto b/apache/rocketmq/v2/service.proto
index 346b31a..d5991ed 100644
--- a/apache/rocketmq/v2/service.proto
+++ b/apache/rocketmq/v2/service.proto
@@ -296,6 +296,9 @@ message ChangeInvisibleDurationRequest {
 
   // New invisible duration
   google.protobuf.Duration invisible_duration = 4;
+
+  // For message tracing
+  string message_id = 5;
 }
 
 message ChangeInvisibleDurationResponse {