VirtualNodeSpecListenerConnectionPoolHttp

data class VirtualNodeSpecListenerConnectionPoolHttp(val maxConnections: Int, val maxPendingRequests: Int? = null)

Constructors

constructor(maxConnections: Int, maxPendingRequests: Int? = null)

Types

Link copied to clipboard
object Companion

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
val maxPendingRequests: Int? = null

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: