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 2016/10/04 16:28:21 UTC

[jira] [Updated] (STREAMS-403) Ensure all providers function stand-alone

     [ https://issues.apache.org/jira/browse/STREAMS-403?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Blackmon updated STREAMS-403:
-----------------------------------
    Fix Version/s: 0.4

> 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)