1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)C++5,373 forks (5,373 forks)batch import
area/hot_restartenhancementhelp wanted
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
Title: Support Hot Restart on Windows
Description:
Hot restart is needed to support service mesh providers that want to update Envoy Proxy without dropping connections.
Docs
Contributor guide
- Research direction
- Study Envoy's hot restart architecture on Unix and identify Windows specific APIs for process replacement and socket inheritance. Implement equivalent mechanisms for Windows by adapting the existing Unix implementation.
- Tech stack
- cpp
- Domain
- backendinfrastructurenetworking
- Issue type
- Feature
- Prerequisites
- C++Windows API