runzhiwang commented on pull request #221: URL: https://github.com/apache/incubator-ratis/pull/221#issuecomment-707550144
`Then client reads and sends chunks (say, 1MB each chunk) of the file in a loop. The client should use the zero buffer copying API in Java to read the file chunk to a direct buffer.` @szetszwo So it's ozone's responsibility to read the file chunk to a direct buffer in a loop, and send the direct buffer to ratis? The input of raits is direct buffer ? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
