You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 allow Window queries from the repository accepting Limit and ScrollPosition to refine scrolling.