Skip to content
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

Support new envoy wildcard flows in go-control-plane #558

Closed
valerian-roche opened this issue Apr 19, 2022 · 2 comments
Closed

Support new envoy wildcard flows in go-control-plane #558

valerian-roche opened this issue Apr 19, 2022 · 2 comments
Labels

Comments

@valerian-roche
Copy link
Contributor

Envoy 1.21.0 brought a new wildcard definition (itself related to odcds)
While it seems that envoy will not use this new model out of odcds for now, the go-control-plane should support it as there is no strong commitment in the xds protocol, and to allow users to use odcds

A few specific considerations:

  • a stream can now define subscribing to wildcard by sending "*" instead of nothing
  • a stream can now subscribe or unsubscribe from wildcard while still referencing resources, and it expects the control-plane to keep track of explicitly subscribed resources
  • when unsubscribing from a specific resource while using a wildcard subscription, envoy expects the control-plane to return the state of such resource
@github-actions
Copy link

This issue has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in the next 7 days unless it is tagged "help wanted" or "no stalebot" or other activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label May 20, 2022
@github-actions
Copy link

This issue has been automatically closed because it has not had activity in the last 37 days. If this issue is still valid, please ping a maintainer and ask them to label it as "help wanted" or "no stalebot". Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant