Update grpc deprecation message (#15222)

* comment updates and changelog

* some missed comments
This commit is contained in:
james-prysm
2025-04-25 14:50:34 -05:00
committed by GitHub
parent a1c1edf285
commit efaf6649e7
24 changed files with 77 additions and 74 deletions

View File

@@ -236,7 +236,7 @@ var (
// GrpcMaxCallRecvMsgSizeFlag defines the max call message size for GRPC
GrpcMaxCallRecvMsgSizeFlag = &cli.IntFlag{
Name: "grpc-max-msg-size",
Usage: `WARNING: gRPC API will still be supported for some time, most likely until v8 in 2026, but will be eventually removed in favor of REST API.
Usage: `WARNING: The gRPC API will remain the default and fully supported through v8 (expected in 2026) but will be eventually removed in favor of REST API..
Integer to define max receive message call size (in bytes).
If serving a public gRPC server, set this to a more reasonable size to avoid
resource exhaustion from large messages.