You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a UUID in ConfigSource for deduplication, instead of hashing ConfigSource proto to automatically dedup. This means RDS/SDS ConfigSource sent from LDS should be deduplicated at control plane.
From discussion in #8231 (comment)
Key take aways:
Prefer using version_info instead comparing new xDS delivered config with existing one, this also solves SDS onConfigUpdate ignores resource version #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.