Class AbstractPooledEndpointServiceConfig

    • Field Detail

      • DEFAULT_MAX_ENDPOINTS

        public static final int DEFAULT_MAX_ENDPOINTS
        By default, the maximum number of pooled endpoints is 12 per node.
        See Also:
        Constant Field Values
      • DEFAULT_MIN_ENDPOINTS

        public static final int DEFAULT_MIN_ENDPOINTS
        By default, pooled endpoints start with 0 so they do not occupy any resources if not needed.
        See Also:
        Constant Field Values
      • DEFAULT_IDLE_TIME

        public static final Duration DEFAULT_IDLE_TIME
        By default, idle pooled endpoints are cleaned up every 4.5 seconds so that they do not clash with idle socket close attempts by the server.