[
https://issues.apache.org/jira/browse/STREAMS-403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on STREAMS-403 started by Steve Blackmon.
----------------------------------------------
> 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)