icodening opened a new pull request, #10854:
URL: https://github.com/apache/dubbo/pull/10854

   ## What is the purpose of the change
   支持用户线程处理encode,eventloop线程只负责发送消息,以此提高dubbo性能
   参数: `encode.in.io=false`
   
   ## Brief changelog
   1.`NettyChannel`encode message,降低`eventloop`上串行encode的压力
   2.`DecodeableRpcInvocation`支持懒加载,以减少该对象在`eventloop`上初始化的耗时


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