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

Gyula Fora commented on FLINK-1381:
-----------------------------------

Hey,

So the problem is that the splitting is tied to an operator (for which the 
output will be split) while the DataStream can represents stream from multiple 
operators if they are merged. 

Actually once we can define multiple output selectors for one operator, we can 
move the split method to the DataStream, which will apply the splitting for 
each operator that it corresponds to.

> Only one output splitter supported per operator
> -----------------------------------------------
>
>                 Key: FLINK-1381
>                 URL: https://issues.apache.org/jira/browse/FLINK-1381
>             Project: Flink
>          Issue Type: Bug
>          Components: Streaming
>    Affects Versions: 0.9
>            Reporter: Gyula Fora
>            Priority: Minor
>
> Currently the streaming api only supports output splitting once per operator. 
> The splitting logic should be reworked to allow any number of it.



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

Reply via email to