lidavidm commented on issue #11649: URL: https://github.com/apache/arrow/issues/11649#issuecomment-964258925
The linked question goes into detail, so I suggest reading that. It is up to gRPC and its HTTP/2 implementation, however, the buffering should generally occur on the client. The server will be blocked once it sends more data than the client is willing to buffer. (This can vary by implementation, e.g. Java will not block the server side but instead start buffering data on the server.) -- 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]
