envoyproxy/envoy

Per-XDS type callbacks

Open

#21.910 aberto em 27 de jun. de 2022

Ver no GitHub
 (5 comments) (0 reactions) (0 assignees)C++ (5.373 forks)batch import
area/xdshelp wanted

Métricas do repositório

Stars
 (27.997 stars)
Métricas de merge de PR
 (Mesclagem média 8d) (378 fundiu PRs em 30d)

Description

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.

Guia do colaborador