envoyproxy / envoyproxy/envoy

API request: xds async NACK

Open
#9,447 3 comments 0 reactions 0 assignees View on GitHub
area/xds enhancement help wanted
Dominant language
C++
Stars
28.9k
Forks
5.6k
Avg merge
1d 20h
Merged PRs (30d)
428

Description

When envoy receives a listener from management server it has 3 choices
1. accept listener and put it in ready state
2. Reject listener with a NACK
3. 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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.