lidavidm commented on PR #35603: URL: https://github.com/apache/arrow/pull/35603#issuecomment-1549539028
> So gRPC should already be buffering data The flip side is that due to a design decision in gRPC-Java, it's actually hard for a Java _server_ to properly saturate the connection, because gRPC uses a fixed-size buffer for its backpressure indicator. That may also be something to explore, if not already explored. (See https://github.com/grpc/proposal/pull/135) -- 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]
