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:21:43 UTC

[rocketmq-apis] branch v2 updated: Add optional for RetryPolicy

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


The following commit(s) were added to refs/heads/v2 by this push:
     new 3ee63c4  Add optional for RetryPolicy
3ee63c4 is described below

commit 3ee63c417a9a8e0a20a3ba1c9d040466977444bb
Author: 凌楚 <ya...@alibaba-inc.com>
AuthorDate: Sun Apr 24 15:53:13 2022 +0800

    Add optional for RetryPolicy
---
 apache/rocketmq/v2/service.proto | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apache/rocketmq/v2/service.proto b/apache/rocketmq/v2/service.proto
index d5991ed..e9fb514 100644
--- a/apache/rocketmq/v2/service.proto
+++ b/apache/rocketmq/v2/service.proto
@@ -248,7 +248,7 @@ message Settings {
   // For FIFO messages, the interval should be relatively small because
   // messages of the same message group would not be readily available utill
   // the prior one depletes its lifecycle.
-  RetryPolicy backoff_policy = 3;
+  optional RetryPolicy backoff_policy = 3;
 
   // Request timeout for RPCs excluding long-polling.
   optional google.protobuf.Duration request_timeout = 4;