Hello all, If an event is available now to Flink keyedcoprocess operator, and if another event will be available 1 minute later to that operator (same key), as a result of connecting the two streams, Flink does not provide any guarantee that the event available now will be processed (processElement1) before the event available 1 minute later (processElement2)? is that accurate?
And if that is the case why Flink would do that maybe is counter intuitive. Any technical limitations that would forces this out of order/time scenario? Thanks again. -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/