envoyproxy/envoy

Better control on xDS deduplication based on protobuf

Open

#8,301 建立於 2019年9月19日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)C++ (5,373 fork)batch import
api/v3design proposalhelp wanted

倉庫指標

Star
 (27,997 star)
PR 合併指標
 (平均合併 8天) (30 天內合併 378 個 PR)

描述

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 ConfigSource proto to automatically dedup. This means RDS/SDS ConfigSource sent from LDS should be deduplicated at control plane.

貢獻者指南