How zip 3 or more streams with different keys? #158
-
I thought it would be straightforward, but I'm facing some difficulties... I have a data source app that sends 5 packets encoded with 5 different keys:
And the flow app that has 5 streams that are subscribed to each individual key and then zipped together:
The problem, is that only the first two packets sent by the source are received on the flow. The order of zipping doesn't matter, the order of sending by the source matters only, for what I can see... What can I do? (Also, I'm zipping sequentially, because there's no Merge operator... Is it really missing?) |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 8 replies
-
Hi @kuredoro , |
Beta Was this translation helpful? Give feedback.
-
@kuredoro please see #162 , version v1.1.0 solve the problem, please check 💯 |
Beta Was this translation helpful? Give feedback.
@kuredoro please see #162 , version v1.1.0 solve the problem, please check 💯