envoyproxy/envoy

allow extension warming in ExtensionConfigDS

Open

#12,061 opened on Jul 13, 2020

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C++ (5,373 forks)batch import
enhancementhelp wanted

Repository metrics

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

Description

Extensions may request new initialization targets. This works fine with static filter configurations, but not with the dynamic filter re-configuration. This feature is to implement warming for extension configs.

Contributor guide