RongtongJin commented on code in PR #526:
URL: https://github.com/apache/rocketmq-spring/pull/526#discussion_r1118184775
##########
rocketmq-spring-boot/src/main/java/org/apache/rocketmq/spring/annotation/RocketMQMessageListener.java:
##########
@@ -143,6 +143,12 @@
* The namespace of consumer.
*/
String namespace() default "";
+
+ /**
+ * The consumeMessageBatchMaxSize of consumer.
+ * @return
+ */
+ int consumeMessageBatchMaxSize() default 0;
Review Comment:
why consumeMessageBatchMaxSize default is zero and delayLevelWhenNextConsume
default is 1024 ?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]