Interface VirtualNodeTcpConnectionPool.Builder

    • Method Detail

      • maxConnections

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