You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by zh...@apache.org on 2022/12/07 07:42:14 UTC

[rocketmq-apis] branch main updated: [ISSUE #65] Add `long_polling_timeout` for ReceiveMessageRequest

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

zhouxzhan 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 e83a1bc  [ISSUE #65] Add `long_polling_timeout` for ReceiveMessageRequest
e83a1bc is described below

commit e83a1bceacbef5be465a459965d8edee59cad0c2
Author: zhouxiang <zh...@alibaba-inc.com>
AuthorDate: Tue Dec 6 20:29:22 2022 +0800

    [ISSUE #65] Add `long_polling_timeout` for ReceiveMessageRequest
---
 apache/rocketmq/v2/service.proto | 1 +
 1 file changed, 1 insertion(+)

diff --git a/apache/rocketmq/v2/service.proto b/apache/rocketmq/v2/service.proto
index 8e880e2..6d203d4 100644
--- a/apache/rocketmq/v2/service.proto
+++ b/apache/rocketmq/v2/service.proto
@@ -96,6 +96,7 @@ message ReceiveMessageRequest {
   optional google.protobuf.Duration invisible_duration = 5;
   // For message auto renew and clean
   bool auto_renew = 6;
+  optional google.protobuf.Duration long_polling_timeout = 7;
 }
 
 message ReceiveMessageResponse {