For the complete documentation index, see llms.txt. Markdown versions of all docs pages are available by appending .md to any docs URL.
Resiliency
Simulate failures, disruptions, and adverse conditions to test that your gateway and apps continue to function.
Circuit breakers
Trip a circuit breaker when concurrent requests or pending connections exceed a threshold.
Fault injection
Test the resilience of your apps by injecting delays and connection failures into a percentage of …
HTTP connection settings
Configure and manage HTTP connections to an upstream service.
Mirroring
Copy live production traffic to a shadow environment or service so that you can try out, analyze, …
Outlier detection
Eject misbehaving upstream hosts from the load balancing pool when consecutive errors occur.
Retries
Automatically retry failed requests against backends with configurable conditions and budgets.
TCP keepalive
Manage idle and stale connections with TCP keepalive.
Timeouts
Bound how long requests, streams, and idle connections can run before the gateway gives up.