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

service_config: add request_hash_header to ring hash config #165

Merged
merged 1 commit into from
Dec 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions grpc/service_config/service_config.proto
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ message RingHashLoadBalancingConfig {
// as the client-side cap value.
uint64 min_ring_size = 1; // Optional, defaults to 1024, max 8M.
uint64 max_ring_size = 2; // Optional, defaults to 4096, max 8M.
string request_hash_header = 3; // Optional, see gRFC A76.
}

// Configuration for the xds_wrr_locality load balancing policy.
Expand Down
Loading