For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
Timeouts
About timeouts
Compare the request, stream, idle, and per-try timeouts that kgateway supports.
Request timeouts
Configure timeouts for all routes in an HTTPRoute.
Idle timeouts
Close upstream TCP connections that stay idle longer than the configured idle timeout.
Idle stream timeouts
Close HTTP/2 streams that stay idle longer than the configured stream idle timeout.
Per-try timeouts
Per-try timeouts now live under the retry section, where they bound a single retry attempt.
Was this page helpful?