Skip to content

Document the embed etcd configurations and their usage  #862

Open
@rleungx

Description

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-1248682996
	GRPCAdditionalServerOptions []grpc.ServerOption `json:"grpc-additional-server-options"`

See etcd-io/etcd#14066 (comment)

Metadata

Labels

enhancementNew feature or requesthelp wantedExtra attention is needed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions