envoyproxy/envoy

Migrate EDS endpoints_stale_after to xDS TTL

Open

#13,699 创建于 2020年10月22日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)C++ (5,373 fork)batch import
area/xdshelp wantedtech debt

仓库指标

Star
 (27,997 star)
PR 合并指标
 (平均合并 8天) (30 天内合并 378 个 PR)

描述

With the introduction of xDS TTL we can now get rid of the EDS specific option endpoints_stale_after and instead rely on generic TTL support.

To support this we need to ensure that the EDS subscription code is correctly handling an EDS resource removal, which today is ignored. Once this is done we can go ahead and deprecate the endpoints_stale_after field.

贡献者指南