envoyproxy/envoy

ecds: add support for bootstrap extensions

Open

#18,011 opened on Sep 7, 2021

View on GitHub
 (1 comment) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
area/xdsenhancementhelp wanted

Repository metrics

Stars
 (27,997 stars)
PR merge metrics
 (Avg merge 8d) (378 merged PRs in 30d)

Description

just like https://github.com/envoyproxy/envoy/issues/14696, https://github.com/envoyproxy/envoy/issues/15895, https://github.com/envoyproxy/envoy/issues/12893, it would be useful if we could configure bootstrap extensions dynamically - especially Wasm Service which runs in the main thread and does some async processing (e.g. metrics aggregations) in parallel to workers.

Contributor guide