Skip to content

Commit

Permalink
service_config: add request_hash_header to ring hash config
Browse files Browse the repository at this point in the history
See gRFC A76.
  • Loading branch information
yousukseung committed Dec 21, 2024
1 parent aeccc47 commit d36213b
Showing 1 changed file with 1 addition and 0 deletions.
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

0 comments on commit d36213b

Please sign in to comment.