-
Enhancement
-
Resolution: Obsolete
-
Optional
-
None
-
9.4.1.Final
-
None
Currently the REST server has an operation to get all keys that has limitations since all the keys are retrieved to a single node before serving to the client.
Ideally, it should have an efficient way of retrieving entries making use of iterators. The API should provide a cursor/scroll/handle so that the client can pull the data without causing memory issues.