Virtual Gateway Spec Listener Connection Pool Http
data class VirtualGatewaySpecListenerConnectionPoolHttp(val maxConnections: Int, val maxPendingRequests: Int? = null)
Properties
Link copied to clipboard
Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster. Minimum value of 1.
Link copied to clipboard
Number of overflowing requests after max_connections Envoy will queue to upstream cluster. Minimum value of 1. The http2 connection pool object supports the following: