Open
Description
Today, the cache reader does not support paginated list calls:
However, in the initial list call, the cache reader does not return any signal to its callers to indicate whether the returned object list is incomplete:
As a result, callers may have erroneous behaviors if it is assumed that the resulting list is complete. Till the technical challenge in #532 is resolved, it seems an error should be returned if there are too many objects.
Thoughts?