-
Notifications
You must be signed in to change notification settings - Fork 602
Support conformance test HTTPRouteTimeoutBackendRequest
#4914
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
Comments
As per GEP-1742 https://gateway-api.sigs.k8s.io/geps/gep-1742/#timeout-values the In the NGINX ecosystem, we have three parameters that can control this flow.
In Kong Gateway, we also have three parameters in the Service object. https://docs.konghq.com/gateway/latest/admin-api/#service-object
This means that I think we should discuss assigning this value to the three parameters or setting it as a specific parameter. |
After reading through the GEP-1742 and specifically the description of the
I'm afraid that we might not be able to implement this given that read and write timeouts are related to individual operations within the whole request while the connect timeout only specifies the timeout for establishing the connection with the upstream. |
Yes. Our team has already discussed a lot and also made records in the upstream project's issue. We will collaborate with the upstream to explore feasible solutions.
I will implement according to the second part, when the user specifies
|
I have another question regarding the #3060 that introduces a kubernetes-ingress-controller/internal/dataplane/translator/subtranslator/httproute.go Lines 71 to 80 in ec64c88
For example, we have the following configuration:
EDIT: Update the example to make it simpler and more specific. |
Is there an existing issue for this?
Problem Statement
Support extended conformance test
HTTPRouteTimeoutBackendRequest
added in gateway API 1.0.0-rc1.Proposed Solution
No response
Additional information
blocked by #4879
Acceptance Criteria
HTTPRouteTimeoutBackendRequest
The text was updated successfully, but these errors were encountered: