szetszwo commented on pull request #296: URL: https://github.com/apache/incubator-ratis/pull/296#issuecomment-732963946
We still can use transferTo for file > 128MB since the API can specify position and count. https://netty.io/4.1/api/io/netty/channel/DefaultFileRegion.html#DefaultFileRegion-java.nio.channels.FileChannel-long-long- User may pass a large file. Internally, we send it by chunks. ---------------------------------------------------------------- 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]
