You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by "Steve Blackmon (JIRA)" <ji...@apache.org> on 2018/05/10 17:08:00 UTC

[jira] [Created] (STREAMS-605) Implement Callable interface on a few twitter providers

Steve Blackmon created STREAMS-605:
--------------------------------------

             Summary: 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


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)