envoyproxy/envoy
GitHub で見るEnsure all xDS subscription code handles xDS removals
Open
#13,700 opened on 2020年10月22日
area/xdshelp wantedtech debt
Repository metrics
- Stars
- (27,997 stars)
- PR merge metrics
- (平均マージ 8d) (30d で 378 merged PRs)
説明
With the introduction of Delta xDS support for resource removal was added. While all xDS subscribers are forced to implement the onConfigUpdate function that specifies the removed resources, most of them either reject or ignore this value. We should audit all the resource types and ensure that resources are properly honored.
This will be required before we can be confident that xDS TTL is supported for all resource types.