einverne opened a new issue #9250:
URL: https://github.com/apache/dubbo/issues/9250


   <!-- If you need to report a security issue please visit 
https://github.com/apache/dubbo/security/policy -->
   
   Recently, I met the `org.apache.dubbo.remoting.RemotingException: Data 
length too large: 21196226, max payload: 8388608, channel: NettyChannel ` 
error, I find two ways to set payload.
   
   ```
   dubbo.provider.payload=33554432
   dubbo.protocol.payload=33554432
   ```
   What's the difference between these two.
   


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



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to