You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Cap gRPC inbound message size at ~2 GiB and metadata at 16 MiB
Extract named constants MAX_INBOUND_MESSAGE_SIZE (Integer.MAX_VALUE ≈ 2 GiB)
and MAX_INBOUND_METADATA_SIZE (16 MiB) to make the caps explicit and prevent
unbounded metadata from consuming heap on large dataset transfers.
0 commit comments