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 multiple streams, process and maintain state but connect only supports two streams. Is there some way to achieve my desired functionality? By the way after split and some processing all of them are keyed streams.