James Xu created STORM-94:
-----------------------------

             Summary: Extend QueryFunction API to support paging based queries
                 Key: STORM-94
                 URL: https://issues.apache.org/jira/browse/STORM-94
             Project: Apache Storm (Incubating)
          Issue Type: Improvement
            Reporter: James Xu
            Priority: Minor


https://github.com/nathanmarz/storm/issues/553

Suppose some state holder supports paging or some sort of bulk iteration of its 
query results. In the current solution the QueryFunction must get all of the 
results for the input tuples before pushing the results further in the 
topology. It would be preferable to use some sort of PagedQueryFunction API 
which will push the pages further into the topology as they are fetched, page 
by page.



--
This message was sent by Atlassian JIRA
(v6.1.4#6159)

Reply via email to