area/xdsenhancementhelp wanted
Repository-Metriken
- Stars
- (27.997 Stars)
- PR-Merge-Metriken
- (Durchschn. Merge 8T) (378 gemergte PRs in 30 T)
Beschreibung
When envoy receives a listener from management server it has 3 choices
- accept listener and put it in ready state
- Reject listener with a NACK
- Accept config and put listener in a warming state awaiting an async operation.
If the async operation fails for any reason and it was performed against separate management server, the original management server has no way to know what happened.
There should be a way to indicate a NACK after async operations complete.
This happens with SDS, Wasm code fetch via url or fcds.
Related issues: https://github.com/envoyproxy/envoy/issues/5739 https://github.com/envoyproxy/envoy/issues/7867