miles-ton commented on issue #6471: URL: https://github.com/apache/rocketmq/issues/6471#issuecomment-1483795454
hello @zhbdesign as far as i known there are no way to support accumulated pulling mode in rocketmq, when pull requests arrives at broker(means consumer sent a consume request to broker), the broker will process these pull requests every 5s(long polling) or 1s(short polling). Regardless of the number of messages held by broker, broker will respond to messages for consumer even if the number of messages is less than the batch size. -- 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]
