envoyproxy/envoy
Vedi su GitHubBetter control on xDS deduplication based on protobuf
Open
#8301 aperta il 19 set 2019
api/v3design proposalhelp wanted
Metriche repository
- Star
- (27.997 star)
- Metriche merge PR
- (Merge medio 8g) (378 PR mergiate in 30 g)
Descrizione
From discussion in https://github.com/envoyproxy/envoy/pull/8231#discussion_r324191998
Key take aways:
-
Prefer using version_info instead comparing new xDS delivered config with existing one, this also solves https://github.com/envoyproxy/envoy/issues/7676
-
Add a UUID in ConfigSource for deduplication, instead of hashing
ConfigSourceproto to automatically dedup. This means RDS/SDS ConfigSource sent from LDS should be deduplicated at control plane.