If a flow or a result or something else we send over grpc exceeds the hard limit of 2GiB within protobuf, we aren't able to send it. We should find ways to either compact data or to chunk it. We also have the issue that requests over grpc can't be larger than 100MB.
If a flow or a result or something else we send over grpc exceeds the hard limit of 2GiB within protobuf, we aren't able to send it. We should find ways to either compact data or to chunk it. We also have the issue that requests over grpc can't be larger than 100MB.