Hi all, we have a use case where order of received events matters and it should be kept across pipeline.
Our pipeline would be paralleled. We can key the stream just after Source operator, but in order to keep the ordering among next operators we would have to still keep the stream keyed. Obviously we could key again and again but this would cause some performance penalty. We were thinking about using DataStreamUtils.reinterpretAsKeyedStream instead. Since this is an experimental functionality I would like to ask if there is someone among the community that is using this feature? Do we know about any open issues regarding this feature? Thanks, Krzysztof -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/