envoy icon indicating copy to clipboard operation
envoy copied to clipboard

Hashing in xDS

Open ohadvano opened this issue 6 months ago • 7 comments

Will appreciate help figuring out if I understand the hashing purpose of xDS correctly. IIUC, the idea of doing this hashing, is to optimize in cases where the remote xDS server may send the same configuration as already exists in Envoy. In that case, by hashing, we're able to guarantee that the config is the same, and skip the work of modifying the underlying resource. Are there other reasons to use hashing for xDS config consumption purposes?

cc @htuch, @adisuissa

ohadvano avatar Aug 07 '24 17:08 ohadvano