Skip to content

make number of parallel HTTP connections configurable #26

@jack-kerouac

Description

@jack-kerouac

I would like to configure the number of pooled connections in the PoolingHttpClientConnectionManager. The following methods are responsible for that: setMaxTotal, setDefaultMaxPerRoute. Or setMaxPerRoute for the connection to TempoDB.

So maybe the client should have a method setNumberOfParallelConnections that subsequently invokes the methods httpClient.connectionManager.setMaxTotal and one of the other too.

I just mentioned that in the hangout we had.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions