This is an automated email from the ASF dual-hosted git repository.
kaili 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 8e27037 [ISSUE #78] add attempt_id in ReceiveMessageRequest (#79)
8e27037 is described below
commit 8e27037035693cf5e3f0afa1e40e277b19ac0f1d
Author: lk <[email protected]>
AuthorDate: Fri May 5 18:27:19 2023 +0800
[ISSUE #78] add attempt_id in ReceiveMessageRequest (#79)
---
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 f662f76..ae534f9 100644
--- a/apache/rocketmq/v2/service.proto
+++ b/apache/rocketmq/v2/service.proto
@@ -97,6 +97,7 @@ message ReceiveMessageRequest {
// For message auto renew and clean
bool auto_renew = 6;
optional google.protobuf.Duration long_polling_timeout = 7;
+ optional string attempt_id = 8;
}
message ReceiveMessageResponse {