Interface VirtualNodeHttpConnectionPool.Builder

    • Method Detail

      • maxConnections

        VirtualNodeHttpConnectionPool.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

        VirtualNodeHttpConnectionPool.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.