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

ASF GitHub Bot commented on APEXMALHAR-2106:
--------------------------------------------

GitHub user ilganeli opened a pull request:

    https://github.com/apache/incubator-apex-malhar/pull/307

    [APEXMALHAR-2106] Support multiple streams in StreamMerger

    * Added ability to support more than one stream in the operator
    
    Note: I am unclear whether this approach will work if the operator or the 
DAG restarts, will the ports be reconnected properly? If not, what mechanism 
prevents this?

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

    $ git pull https://github.com/ilganeli/incubator-apex-malhar APEXMALHAR_2106

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

    https://github.com/apache/incubator-apex-malhar/pull/307.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 #307
    
----
commit 5a486ff777c3b5c41fa2cbbff7a196bc9da18a44
Author: Ilya Ganelin <[email protected]>
Date:   2016-06-01T23:36:49Z

    Initial implementation of a Stream merger operator that can handle more
    than two input streams. Updated test cases

----


> Support merging multiple streams with StreamMerger 
> ---------------------------------------------------
>
>                 Key: APEXMALHAR-2106
>                 URL: https://issues.apache.org/jira/browse/APEXMALHAR-2106
>             Project: Apache Apex Malhar
>          Issue Type: New Feature
>            Reporter: Ilya Ganelin
>            Assignee: Ilya Ganelin
>
> To properly implement the Flatten transformation (and other Stream 
> combination operations), Apex must support merging data from multiple 
> sources. The StreamMerger operator can be improved to merge multiple streams, 
> rather than just the two streams it can handle in the present implementation. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to