Skip to content

Commit e83a1bc

Browse files
committed
[ISSUE #65] Add long_polling_timeout for ReceiveMessageRequest
1 parent 8e3aaec commit e83a1bc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apache/rocketmq/v2/service.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ message ReceiveMessageRequest {
9696
optional google.protobuf.Duration invisible_duration = 5;
9797
// For message auto renew and clean
9898
bool auto_renew = 6;
99+
optional google.protobuf.Duration long_polling_timeout = 7;
99100
}
100101

101102
message ReceiveMessageResponse {

0 commit comments

Comments
 (0)