]
Tristan Tarrant updated ISPN-9738:
----------------------------------
Fix Version/s: 12.0.0.Final
(was: 12.0.0.CR1)
Support for entry iteration in the REST server
----------------------------------------------
Key: ISPN-9738
URL:
https://issues.redhat.com/browse/ISPN-9738
Project: Infinispan
Issue Type: Enhancement
Components: REST
Affects Versions: 9.4.1.Final
Reporter: Gustavo Fernandes
Assignee: Katia Aresti
Priority: Optional
Fix For: 12.0.0.Final
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.