Virtual Node Spec Listener Connection Pool Http Args
data class VirtualNodeSpecListenerConnectionPoolHttpArgs(val maxConnections: Output<Int>, val maxPendingRequests: Output<Int>? = null) : ConvertibleToJava<VirtualNodeSpecListenerConnectionPoolHttpArgs>
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: