shengminw opened a new pull request, #4521:
URL: https://github.com/apache/rocketmq/pull/4521

   [ISSUE#4520](https://github.com/apache/rocketmq/issues/4520)
   
   ## What is the purpose of the change
   In order to make maxMessageSize modification take effect after broker is 
started, I implenment the function of adjusting maxMessageSize dynamicly.
   ## Brief changelog
   1. add updateEncoderBufferCapacity(int newMaxMessageBodySize), in 
MessageExtEncoder.
   2. add updateMaxMessageSize(PutMessageThreadLocal putMessageThreadLocal), 
before encode buffer.
   3. add junit test  "testDynamicMaxMessageSize()"


-- 
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]

Reply via email to