-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UDP listener filter ECDS experiments---draft only #21606
UDP listener filter ECDS experiments---draft only #21606
Conversation
Signed-off-by: Yanjun Xiang <[email protected]>
This PR is for folks involved to discuss ECDS on UDP listener. Any way, throw this PR out so folks can refer this when discussing. |
/wait |
How about to recreate the udp listener filter when the ECDS updates the config? |
Signed-off-by: Yanjun Xiang <[email protected]>
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 7 days if no further activity occurs. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
This pull request has been automatically closed because it has not had activity in the last 37 days. Please feel free to give a status update now, ping for review, or re-open when it's ready. Thank you for your contributions! |
Currently UDP listener filter chain is created during Envoy instance creation:
If we recreated the UDP listener filter chian whenever ECDS updates received, which could be frequently, could this cause data loss? For example, when the UDP listener filters are processing live traffic, and ECDS updates received, what should Envoy do with that traffic? |
UDP listener filter ECDS experiments---draft only
This is continue for issue: #20049
UDP listener filter chain is created during listener creation. Thus ECDS may not work in UDP listener.
Created this draft PR so folks can discuss on it.
Signed-off-by: Yanjun Xiang [email protected]
Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
[Optional Fixes #Issue]
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]