grpc-go icon indicating copy to clipboard operation
grpc-go copied to clipboard

ringhash: allow setting request hash key explicitly

Open atollena opened this issue 10 months ago • 2 comments

Implement part 1 of A76: the ability to set the request hash key, to extract the hash from a header. This allows using ring hash without xDS.

RELEASE NOTES:

  • ringhash: Allow setting request hash key explicitly using request_metadata_key load balancing config field (gRFC A76).

atollena avatar Apr 26 '24 14:04 atollena

Ready to review, will wait for A76 to be merged before merging this.

atollena avatar Apr 26 '24 14:04 atollena

Sure, will take a look.

arvindbr8 avatar Apr 26 '24 17:04 arvindbr8

This PR is labeled as requiring an update from the reporter, and no update has been received after 6 days. If no update is provided in the next 7 days, this issue will be automatically closed.

github-actions[bot] avatar May 15 '24 20:05 github-actions[bot]

You can hold on reviewing while I investigate making pick first the leaf policy for ring hash, as suggested in https://github.com/grpc/proposal/pull/412#discussion_r1591438225.

atollena avatar May 22 '24 09:05 atollena