-
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
Network::FilterChain: derived interfaces for upstream and downstream #7560
Comments
@silentdai sorry I don't think I grok what you are asking. Can you rephrase? |
Sorry for the unclear and the late reply. I will use LDS as example. The flow is
I am proposing add a tag() to I doubt if upstream FilterChain need it so I am proposing
|
lambdai#4 is the example that how I would group connections by As the tag() is missing |
I think we can cover this in code review and can move forward in parallel with what @kyessenov is doing if that lands first. |
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 other activity occurs. Thank you for your contributions. |
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". Thank you for your contributions. |
@kyessenov is adding filter chain to upstream in #7503
I am adding the functionality to drain certain downstream filter chain as improvement to LDS (also required by future FCDS).
I prefer to add a tag to downstream filter chain as is in listener I don't see this is required by upstream filter chain.
@kyessenov should we split UpstreamFilterChain and DownstreamFilterChain since now?
@mattklein123 WDYT?
The text was updated successfully, but these errors were encountered: