Interface VirtualGatewayHttpConnectionPool.Builder

  • Method Details

    • maxConnections

      VirtualGatewayHttpConnectionPool.Builder maxConnections(Integer maxConnections)

      Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.

      Parameters:
      maxConnections - Maximum number of outbound TCP connections Envoy can establish concurrently with all hosts in upstream cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxPendingRequests

      VirtualGatewayHttpConnectionPool.Builder maxPendingRequests(Integer maxPendingRequests)

      Number of overflowing requests after max_connections Envoy will queue to upstream cluster.

      Parameters:
      maxPendingRequests - Number of overflowing requests after max_connections Envoy will queue to upstream cluster.
      Returns:
      Returns a reference to this object so that method calls can be chained together.