Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document the embed etcd configurations and their usage #862

Open
rleungx opened this issue Jun 18, 2024 · 1 comment
Open

Document the embed etcd configurations and their usage #862

rleungx opened this issue Jun 18, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@rleungx
Copy link

rleungx commented Jun 18, 2024

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)

@jmhbnz jmhbnz added enhancement New feature or request help wanted Extra attention is needed labels Nov 21, 2024
@samuelbartels20
Copy link
Contributor

@jmhbnz Please assign me, and I will get it done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants