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.

貢獻者指南