wendyxiao opened a new issue #1304: rocketmq-4.5.1 dledger sendBatchMessage error URL: https://github.com/apache/rocketmq/issues/1304 1. Please describe the issue you observed: When I sendBatchMessage , it throw a exception : the message is illegal, maybe msg body or properties length not matched. msg body length limit 128k, msg properties length limit 32k; because the method putMessage throw a exception . eg : @Override public PutMessageResult putMessages(final MessageExtBatch messageExtBatch) { return new PutMessageResult(PutMessageStatus.MESSAGE_ILLEGAL, null); } 2. Can I ask the reason , why the dledger don't implement the method ? Is there any difficulty or risk ? I want to try to implement the method.
---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
