liudezhi2098 opened a new pull request #7116: URL: https://github.com/apache/pulsar/pull/7116
Master Issue: #7115 ## Motivation fix by default config , when the content of the sent message is 5M, it will appear that the current topic can no longer send the message. ## Modifications bookkeeper.con f ```java # The maximum netty frame size in bytes. Any message received larger than this will be rejeted. Default value is 1G. nettyMaxFrameSizeBytes=1073741824 ``` The default setting is 1G size, I think it should be larger than the broker's ---------------------------------------------------------------- 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]
