GitHub user googlielmo opened a pull request:
https://github.com/apache/incubator-brooklyn/pull/1000
HTTP connection pooling for BrooklynApi clients
- introduce factories to create clients
- PoolingBrooklynApiFactory uses PoolingHttpClientConnectionManager
- DefaultBrooklynApiFactory replaces the old BrooklynApi constructors
using a new ApacheHttpClient4Executor for each client
- deprecate existing BrooklynApi constructors
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/googlielmo/incubator-brooklyn
feature/client-connection-pool
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-brooklyn/pull/1000.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1000
----
commit 971c217d220986aece361b312b0793e4239d3d26
Author: googlielmo <[email protected]>
Date: 2015-11-04T13:30:05Z
HTTP connection pooling for BrooklynApi clients
- introduce factories to create clients
- PoolingBrooklynApiFactory uses PoolingHttpClientConnectionManager
- DefaultBrooklynApiFactory replaces the old BrooklynApi constructors
using a new ApacheHttpClient4Executor for each client
- deprecate existing BrooklynApi constructors
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---