Velir / akamai-ccu-rest-api-connector

15 stars 12 forks source link

Use Async HTTP client backed by thread pool #8

Closed kairas closed 7 years ago

kairas commented 7 years ago

Issue #7: Use the AsyncHTTPBuilder to fix a concurrency issue when there is a high load of concurrent invalidation requests.

Added OSGi property threadPoolSize which defaults to 10 if it is not provided.