Grpc Message Size Constraints
Author: mabmayerCreated Apr 15, 2022Updated Jul 11, 2024
Labelsenhancement
What would you like to be added or enhanced Get rid of grpc message size constraints.
Why is this needed When working with large datasets, it is very cumbersome to split requests in parts, just to assemble it later on in the application.
Additional context ERROR: rpc error: code = ResourceExhausted desc = grpc: received message larger than max (13228895 vs. 4194304)
Streaming API should be the solution.
Source: codenotary/immudb