Currently, the gRPC requests send packages wholesale, meaning that large packages have a large memory overhead on both sides.
Introduce chunking/streaming of package contents in all places where gRPC is used. The suggested chunk size is 1MiB, but this can be discussed.
Currently, the gRPC requests send packages wholesale, meaning that large packages have a large memory overhead on both sides.
Introduce chunking/streaming of package contents in all places where gRPC is used. The suggested chunk size is 1MiB, but this can be discussed.