You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/10/04 20:13:20 UTC

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

    [ https://issues.apache.org/jira/browse/STREAMS-403?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15546522#comment-15546522 ] 

ASF GitHub Bot commented on STREAMS-403:
----------------------------------------

GitHub user steveblackmon opened a pull request:

    https://github.com/apache/incubator-streams/pull/287

    related to STREAMS-403

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/steveblackmon/incubator-streams STREAMS-403

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-streams/pull/287.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #287
    
----
commit 9bf8ef9ba566351a855366875f0253059c0473ed
Author: Steve Blackmon @steveblackmon <sb...@apache.org>
Date:   2016-10-04T20:06:14Z

    related to STREAMS-403

----


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