Re: Deterministic co-results

2022-12-08 Thread Salva Alcántara
Hi Alexis, Thanks a lot for your reply & guidance, which makes a lot of sense to me overall. Regards, Salva On Thu, Dec 8, 2022 at 5:34 PM Alexis Sarda-Espinosa < sarda.espin...@gmail.com> wrote: > Hi Salva, > > Just to give you further thoughts from another user, I think the "temporal > join"

Re: Deterministic co-results

2022-12-08 Thread Alexis Sarda-Espinosa
Hi Salva, Just to give you further thoughts from another user, I think the "temporal join" semantics are very critical in this use case, and what you implement for that may not easily generalize to other cases. Because of that, I'm not sure if you can really define best practices that apply in gen

RE: Deterministic co-results

2022-12-08 Thread Salva Alcántara
Just for adding some extra references: [5] https://stackoverflow.com/questions/50536364/apache-flink-coflatmapfunction-does-not-process-events-in-event-time-order [6] https://stackoverflow.com/questions/61046062/controlling-order-of-processed-elements-within-coprocessfunction-using-custom-so [7] h