spring-cloud-dataflow
spring-cloud-dataflow copied to clipboard
Consider adding built-in paging to the Java REST client
Problem description: The Java REST client provides an API that does not automatically handle prev/next pages. It would be nice if this was done automatically.
TODO
Flesh out ticket details based on StackOverflow https://stackoverflow.com/questions/71742048/is-it-possible-to-get-a-list-of-all-streams-using-the-spring-cloud-dataflow-java/71851762
Also, it looks like if a page size is sent, it is ignored.