Re: Connect more than two streams

2017-07-25 Thread Jonas Gröger
lity? > > > By the way after split and some processing all of them are keyed streams. > > > > > ___ > If you reply to this email, your message will be added to the discussion > below: > http://apache-flink-user-mailing

Connect more than two streams

2017-07-24 Thread Govindarajan Srinivasaraghavan
Hi, I have two streams reading from kafka, one for data and other for control. The data stream is split by type and there are around six types. Each type has its own processing logic and finally everything has to be merged to get the collective state per device. I was thinking I could connect