We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
long_polling_timeout
1 parent 8e3aaec commit e83a1bcCopy full SHA for e83a1bc
apache/rocketmq/v2/service.proto
@@ -96,6 +96,7 @@ message ReceiveMessageRequest {
96
optional google.protobuf.Duration invisible_duration = 5;
97
// For message auto renew and clean
98
bool auto_renew = 6;
99
+ optional google.protobuf.Duration long_polling_timeout = 7;
100
}
101
102
message ReceiveMessageResponse {
0 commit comments