envoyproxy/envoy

Design a chained init manager

Open

#4,224 opened on Aug 22, 2018

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

Title: Implement a chained init manager

Description:

This is motivated from review comments on SDS implementation. We need a chained init manager so that multiple init manager can be chained together, and each init manager has a chance to initialize its targets.

Contributor guide