envoyproxy/envoy

Per-XDS type callbacks

オープン

#21,910 opened on 2022/06/27

 (5 件のコメント) (0 件のリアクション) (0 人の担当者)C++ (5,373 件のフォーク)batch import
area/xdshelp wanted

Repository metrics

Stars
 (27,997 個のスター)
PR merge metrics
 (PR metrics pending)

説明

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.

コントリビューターガイド