[
https://issues.apache.org/jira/browse/STORM-94?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rick Kellogg updated STORM-94:
------------------------------
Component/s: storm-core
> Extend QueryFunction API to support paging based queries
> --------------------------------------------------------
>
> Key: STORM-94
> URL: https://issues.apache.org/jira/browse/STORM-94
> Project: Apache Storm
> Issue Type: Improvement
> Components: storm-core
> 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.3.4#6332)