11 comments (11 comments)0 reactions (0 reactions)0 assignees (0 assignees)C++5,373 forks (5,373 forks)batch import
area/serverenhancementhelp wantedno stalebot
Repository metrics
- Stars
- 27,997 stars (27,997 stars)
- PR merge metrics
- Avg merge 8d (Avg merge 8d)378 merged PRs in 30d (378 merged PRs in 30d)
Description
It would be nice if factories had a mechanism whereby they would be notified when the Envoy server is shutting down.
Contributor guide
- Research direction
- Understand Envoy's server lifecycle and shutdown sequence. Identify existing hooks and how factories are created. Propose a mechanism for registering shutdown callbacks in factories.
- Tech stack
- cpp
- Domain
- backendinfrastructure
- Issue type
- Feature
- Prerequisites
- C++Envoy internalsMultithreading