You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A few questions on how to handle hybrid v2/v3 configs for @envoyproxy/api-shepherds:
It's conceivable that an Envoy might have a v3 bootstrap but only be able to ingest dynamic configuration from v2 servers in some operator configuration. Do we want to support these kinds of mixed configurations?
Should we implement fallback support to v2 endpoints if a v3 server is unavailable but configured?
Is this a blocker to v3 release or can we ship with the API pieces in place but no implementation?
The text was updated successfully, but these errors were encountered:
A few questions on how to handle hybrid v2/v3 configs for @envoyproxy/api-shepherds:
It's conceivable that an Envoy might have a v3 bootstrap but only be able to ingest dynamic configuration from v2 servers in some operator configuration. Do we want to support these kinds of mixed configurations?
Should we implement fallback support to v2 endpoints if a v3 server is unavailable but configured?
Is this a blocker to v3 release or can we ship with the API pieces in place but no implementation?
The text was updated successfully, but these errors were encountered: