Petals BC REST

The max number of connections of the connection pool should be configurable

Details

  • Type: Improvement Request Improvement Request
  • Status: In Progress In Progress
  • Priority: Major Major
  • Resolution: Unresolved
  • Affects Version/s: 2.3.0-BC
  • Fix Version/s: None
  • Component/s: Provider mode
  • Security Level: Public
  • Description:
    Hide

    The HTTP client embedded to invoke external REST resources uses a connection pool. This connection pool can't be configured and is limited by default to:

    • max number of open connections for all target hosts: 20,
    • default max number of open connections for a given target host: 2.

    The max number of connections open for all target hosts should be defined according to the number of message processors. And we should be able to configure the default max number of open connections per host according to a component parameter.

    Show
    The HTTP client embedded to invoke external REST resources uses a connection pool. This connection pool can't be configured and is limited by default to:
    • max number of open connections for all target hosts: 20,
    • default max number of open connections for a given target host: 2.
    The max number of connections open for all target hosts should be defined according to the number of message processors. And we should be able to configure the default max number of open connections per host according to a component parameter.
  • Environment:
    -

People

Dates

  • Created:
    Thu, 24 Mar 2022 - 15:33:32 +0100
    Updated:
    Thu, 24 Mar 2022 - 15:35:19 +0100