Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
I believe the message payloads are currently limited to 4MB by default, see one developer's discussion here:
https://nanxiao.me/en/message-length-setting-in-grpc/
While it is a good idea to break large messages into smaller ones, we will need to address how to gracefully send larger payloads that may be provided by a user's server implementation. Either we can increase the limit or break up the record batches into smaller chunks in the Flight server base (or both, of course)
Attachments
Issue Links
- links to