peterxcli opened a new pull request, #1485:
URL: https://github.com/apache/ratis/pull/1485

   ## What changes were proposed in this pull request?
   
   Add `DataStreamReplyByteBuf` for supporting stream read.
   
   - `DataStreamReplyByteBuffer` is for nio ByteBuffer
   - Introducing `DataStreamReplyByteBuf` is for netty `ByteBuf`, so netty read 
stream path can avoid copying payloads into heap ByteBuffers.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/RATIS-2563
   
   ## How was this patch tested?
   
   (Please explain how this patch was tested. Ex: unit tests, manual tests)
   (If this patch involves UI changes, please attach a screen-shot; otherwise, 
remove this)
   


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

Reply via email to