Introduce support to represent PagingState as ScrollPosition
#1408
Labels
type: enhancement
A general enhancement
Milestone
Cassandra's pagination is a continuation of a previous position/iteration and not pagination in the sense of random page access. While we provide
CassandraPageRequest
to emulate paging via slices, it would make sense to allowWindow
queries from the repository acceptingLimit
andScrollPosition
to refine scrolling.The text was updated successfully, but these errors were encountered: