[
https://issues.apache.org/jira/browse/STREAMS-403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15556067#comment-15556067
]
ASF GitHub Bot commented on STREAMS-403:
----------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/incubator-streams/pull/287
> Ensure all providers function stand-alone
> -----------------------------------------
>
> Key: STREAMS-403
> URL: https://issues.apache.org/jira/browse/STREAMS-403
> Project: Streams
> Issue Type: Improvement
> Reporter: Steve Blackmon
> Assignee: Steve Blackmon
> Fix For: 0.4
>
>
> Any provider should be able to collect and supply data using the following
> simple pattern:
> instantiate via constructor
> call prepare
> call startStream
> do {
> readCurrent
> } while !isRunning
> cleanUp
> this should work regardless of what runtime (or whether any runtime) is
> involved.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)