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
We should add a new sub page to our developer guide to document how GRPCAdditionalServerOptions can be used for changing the default internal gRPC configuration.
// GRPCAdditionalServerOptions is the additional server option hook// for changing the default internal gRPC configuration. Note these// additional configurations take precedence over the existing individual// configurations if present. Please refer to// https://github.com/etcd-io/etcd/pull/14066#issuecomment-1248682996GRPCAdditionalServerOptions []grpc.ServerOption`json:"grpc-additional-server-options"`
We should add a new sub page to our developer guide to document how
GRPCAdditionalServerOptions
can be used for changing the default internal gRPC configuration.See etcd-io/etcd#14066 (comment)
The text was updated successfully, but these errors were encountered: