LiXuD commented on issue #10264:
URL: https://github.com/apache/dubbo/issues/10264#issuecomment-1493860429

   
是的,这样只能解决客户端向服务端发送超大对象的方式,但是服务端向客户端发送超大对象的时候,客户端并没有同步服务端的这个dubbo.protocol.payload设置,而是用了默认的8M(2.5.3版本直连模式下)
   解决方案就是在url中手动添加payload参数


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