envoyproxy/envoy

xds: add key-frame/i-frame concept to delta xDS

Open

#10,256 建立於 2020年3月4日

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

倉庫指標

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

描述

We should add the capability to signify a delta update as a "key-frame"/"i-frame" (as in video encoding). The idea here is the management server can indicate via a boolean that the client should flush all state and proceed to add any resources indicated in the delta update.

In many cases this will allow for a substantially simpler implementation of the management server in which delta updates can be best effort with a periodic re-sync to ensure there is no drift.

cc @markdroth @htuch @wgallagher @tomwans

貢獻者指南