DongyuanPan commented on issue #255:
URL: https://github.com/apache/rocketmq-mqtt/issues/255#issuecomment-2050855343

   > 当isInMem 为true,受到MaxTransferBytesOnMessageInMemory的限制,可能导致一次无法拉满32条。 
当isInMem为false,受到MaxTransferBytesOnMessageInDisk和MaxTransferCountOnMessageInDisk的限制,无法拉满32条。
   
   是的,这里会无法继续去拉取,可以提交PR修复一下。可以直接在拉取任务的地方判断一下 pullResult.getMessageList().size() 
>= Math.min(count, 8)


-- 
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: commits-unsubscr...@rocketmq.apache.org

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

Reply via email to