xiandafu opened a new issue, #13239:
URL: https://github.com/apache/dubbo/issues/13239

   
   我在用Netty做一个代理服务器,调用后端dubbo服务。为了避免IO COPY消耗,我想把netty收到的IO 
请求直接转发到dubbo服务,因此想定义如下接口
   
   public void sendRequest(Header header,ByteBuf buf)
   
   这里的buf是堆外buf。包含了代理服务接收的请求内容。
   
   我的问题是
   Dubbo 的参数支持netty的ByteBuf类型么,以及能及时释放ByteBuf么?我需要怎么做才能实现这个功能?


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