-
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
allow fallback to default filter chain when listener filters timeout #7195
Comments
Mind providing more context on use case why listener filter can time out? One thing I've experienced, not sure if it's scoped in this FR, is the |
thats what @lizan is talking about.. For mysql,, the filter will wait for data from client forever.. Instead, it should timeout and fallback to some default filter chain. |
Sounds great, this can benefit Istio directly. If Envoy folks also think this generic useful feature, I'm interested in helping on this one (very closed to wrap a PR for another FR, #7111). |
Description: Add an option to continue on listener filters timeout. Risk Level: Med (mostly guarded by config) Testing: unittest Docs Changes: Added Release Notes: Added Fixes #7195 Signed-off-by: Lizan Zhou <[email protected]>
Description:
Currently the timeout for listener filters behaves:
There should be a configurable option allow this to fallback to a default filter chain (the filter chain with empty filter chain match) when they timeout.
The text was updated successfully, but these errors were encountered: