Hello everyone, When i use DataStream split/select,it always send all selected records to same taskmanager. Is there any reason for this behaviour? Also is it possible to implement same split/select behaviour for DataSet api(without using a different filter for every output )? I found this https://issues.apache.org/jira/browse/FLINK-87 issue but it is still open...
Thanks...