commercetools / commercetools-email-retry-processor

Scheduled service which allows to send emails asynchronously and retry on errors.
1 stars 1 forks source link

Implement pagination by UUID. #8

Open ahalberkamp opened 6 years ago

ahalberkamp commented 6 years ago

We should use here pagination by UUID and not custom sort and offset (due to know limitations). If it is not supported by CTP JVM SDK yet than we need to create an issue here and address it once non offset based pagination is possible over SDK.

heshamMassoud commented 6 years ago

https://github.com/commercetools/commercetools-email-retry-processor/pull/7/files#r181380142

butenkor commented 6 years ago

@heshamMassoud Could you please link with CTP JVM SDK issue we depend on here?

heshamMassoud commented 6 years ago

Related JVM SDK issue: https://github.com/commercetools/commercetools-jvm-sdk/issues/1652