spring-data-keyvalue icon indicating copy to clipboard operation
spring-data-keyvalue copied to clipboard

Support pagination

Open rstoyanchev opened this issue 1 year ago • 0 comments

We have a Querydsl integration in Spring for GraphQL that is in the process of being upgraded to support pagination, see https://github.com/spring-projects/spring-graphql/issues/597. In tests we use KeyValueRepositoryFactory, but the limit and scroll methods raise UnsupportedOperationException.

rstoyanchev avatar Mar 31 '23 07:03 rstoyanchev