[infinispan-issues] [JBoss JIRA] (ISPN-9738) Support for entry iteration in the REST server

Gustavo Fernandes (Jira) issues at jboss.org
Mon Nov 19 04:25:01 EST 2018


Gustavo Fernandes created ISPN-9738:
---------------------------------------

             Summary: Support for entry iteration in the REST server
                 Key: ISPN-9738
                 URL: https://issues.jboss.org/browse/ISPN-9738
             Project: Infinispan
          Issue Type: Enhancement
          Components: REST
    Affects Versions: 9.4.1.Final
            Reporter: Gustavo Fernandes


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.



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the infinispan-issues mailing list