envoyproxy/envoy

Per-XDS type callbacks

开放

#21,910 创建于 2022年6月27日

 (5 条评论) (0 个反应) (0 位负责人)C++ (5,373 个派生)batch import
area/xdshelp wanted

仓库指标

星标
 (27,997 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Title: Add per-xds callback extensions that can run arbitrary code after an XDS response has been accepted.

Description: Currently, Envoy contains ClusterUpdateCallbacks which allows users to supply extensions that are run when clusters are added or removed. Similar functionality would be very useful for other XDS resources. This could be implemented either as a general XDS update hook, or on a per-resource basis.

贡献者指南