HTTP Client Properties

HTTP Client Configuration Properties describes the properties for configuring SBA Gateway HTTP Client maximums and timeouts.

Table 1. HTTP Client Configuration Properties
Property Description
gateway.httpClient.maxQueuedRequests The maximum number of outstanding requests. The default value is 1000.
gateway.httpClient.maxQueuedRequestsPerHost The maximum number of requests per host. The default value is 100.
gateway.httpClient.timeout The HTTP client timeout value. The default value is 60.

The following gateway.yaml excerpt shows the common configuration default values (where defaults exist) for these properties:

  httpClient:
    # Max total outstanding requests
    maxQueuedRequests: 1000
    # Max outstanding requests per host
    maxQueuedRequestsPerHost: 100
    # timeout
    timeout: 60