I have use-case to provide an api which returns list of users. As there are more than 10000 users so there is a need for pagination as well. As I am using Spring data couchbase reactive I am not able to find a way to implement pagination in a reactive way for my api.
Is it possible to achieve pagination by which api callers can control how many number of records they want and they can process?