Skip to content

Commit

Permalink
[ISSUE #65] Add long_polling_timeout for ReceiveMessageRequest
Browse files Browse the repository at this point in the history
  • Loading branch information
drpmma committed Dec 7, 2022
1 parent 8e3aaec commit e83a1bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apache/rocketmq/v2/service.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit e83a1bc

Please sign in to comment.