Commit 4a83bf9
authored
ringhash: enable behaviors of A76 by default (#8922)
Those features have been gated by environment variables since 1.73.0,
and used in production at Datadog. They can be considered stable.
Change the defaults to enable using EDS `hash_key` lb metadata and
`requestHashHeader` LB config field.
RELEASE NOTES:
- ringhash: Enable A76 ring hash improvements by default: EDS endpoint
hash key parsing from LbEndpoint metadata and request hash header
support via the "requestHashHeader" field. The previous behavior can be
restored by setting GRPC_XDS_ENDPOINT_HASH_KEY_BACKWARD_COMPAT=true or
GRPC_EXPERIMENTAL_RING_HASH_SET_REQUEST_HASH_KEY=false.1 parent ace972d commit 4a83bf9
1 file changed
Lines changed: 7 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
62 | 61 | | |
63 | 62 | | |
64 | 63 | | |
65 | | - | |
66 | | - | |
67 | | - | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
68 | 67 | | |
69 | 68 | | |
70 | 69 | | |
| |||
0 commit comments