commercetools / commercetools-jvm-sdk

The e-commerce SDK from commercetools running on the Java virtual machine.
https://commercetools.github.io/commercetools-jvm-sdk/apidocs/index.html
Other
62 stars 40 forks source link

Consider usage of task queue by default on client creation #1405

Open butenkor opened 7 years ago

butenkor commented 7 years ago

Currently async client does not limit amount of parallel calls to API. By default it should limit (maybe with QueueSphereClientDecorator) to some reasonable amount like 20-50 parallel requests.

katmatt commented 7 years ago

I like the idea, but since it's a breaking change I would like to postpone it to version 2.0.0. WDYT?