[
https://issues.apache.org/jira/browse/STREAMS-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16530068#comment-16530068
]
ASF GitHub Bot commented on STREAMS-605:
----------------------------------------
steveblackmon opened a new pull request #455: resolves STREAMS-605
URL: https://github.com/apache/streams/pull/455
adds Callable interfaces to twitter providers
includes some helpful refactoring
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Implement Callable interface on a few twitter providers
> -------------------------------------------------------
>
> Key: STREAMS-605
> URL: https://issues.apache.org/jira/browse/STREAMS-605
> Project: Streams
> Issue Type: Improvement
> Reporter: Steve Blackmon
> Assignee: Steve Blackmon
> Priority: Major
>
> When interfacing with a Provider directly, we wind up needing a lot of
> boilerplate to get the resulting data.
> It would be useful to be able to directly access a full resultset produced
> with readAll as underlying document objects (not datums) just by submitting a
> provider to a java executorservice.
> Also this would allow for a provider to be run with a timeout chosen at
> run-time.
> Implement Callable interface on a few twitter providers as a proof of
> concept. Shouldn’t need to interfere with the other interfaces. If the
> community likes this approach we can roll it out more broadly and perhaps add
> Callable to the StreamsProvider interface.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)