As a user, I'd like to have paging support so that I can scroll through the list of streams, jobs and containers.
Currently the following error is thrown when we cross >20 rows:
http://localhost:9393/jobs/definitions.json
JSON Response:
[ { links: [ ], logref: "IllegalStateException", message: "Not all instances were looked at" } ]
Stack trace:
15:51:21,931 ERROR http-nio-9393-exec-9 rest.RestControllerAdvice - Caught exception while handling a request java.lang.IllegalStateException: Not all instances were looked at at org.springframework.util.Assert.state(Assert.java:385)