commercetools-jvm-sdk icon indicating copy to clipboard operation
commercetools-jvm-sdk copied to clipboard

Consider usage of task queue by default on client creation

Open butenkor opened this issue 7 years ago • 1 comments

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.

butenkor avatar May 22 '17 10:05 butenkor

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

katmatt avatar May 29 '17 15:05 katmatt