-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
xdstp: CDS/RDS/SRDS/EDS support added. #15593
Conversation
This adds the foundations of support for glob collections in CDS/SRDS (in addition to LDS from envoyproxy#14311) and singleton collections in RDS/EDS. xdstp:// URLs are not normalized across the internal resource graph yet, so this is only safe to use for sorted context parameters (followup PRs planned on this). Part of envoyproxy#11264. Risk level: Low (opt-in) Testing: ADS/SRDS integration tests added, various unit tests in //test/common/config/... Signed-off-by: Harvey Tuch <[email protected]>
CC @envoyproxy/api-shepherds: Your approval is needed for changes made to |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good, thanks!
Signed-off-by: Harvey Tuch <[email protected]>
Signed-off-by: Harvey Tuch <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks good.
Left a couple of minor comments.
Signed-off-by: Harvey Tuch <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
@mattklein123 this is ready for review, @adisuissa has done first pass and LGTMed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
This adds the foundations of support for glob collections in CDS/SRDS
(in addition to LDS from #14311) and singletons in RDS/EDS.
xdstp:// URLs are not normalized across the internal resource graph yet,
so this is only safe to use for sorted context parameters (followup PRs
planned on this).
Part of #11264.
Risk level: Low (opt-in)
Testing: ADS/SRDS integration tests added, various unit tests in
//test/common/config/...
Signed-off-by: Harvey Tuch [email protected]