You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2022/04/28 06:07:39 UTC

[GitHub] [rocketmq-apis] lizhanhui commented on a diff in pull request #27: [ISSUE #26] Make interface orthogonal

lizhanhui commented on code in PR #27:
URL: https://github.com/apache/rocketmq-apis/pull/27#discussion_r860516780


##########
apache/rocketmq/v2/service.proto:
##########
@@ -80,6 +84,8 @@ message ReceiveMessageRequest {
   int32 batch_size = 4;
   // Required if client type is simple consumer.
   optional google.protobuf.Duration invisible_duration = 5;
+  // For message auto renew and clean
+  bool auto_renew = 6;

Review Comment:
   What is the rationale for this change?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org