Tilman Krokotsch
02/13/2024, 9:35 AMMartijn Visser
02/13/2024, 1:14 PMIs it possible to process the data in a single Flink job without delaying the faster events by having high allowed lateness?If you configure a high allowed lateness, all data will just be later (basically because Flink needs to be wait until it can be sure that no later data has arrived)
Tilman Krokotsch
02/13/2024, 1:21 PMMartijn Visser
02/13/2024, 2:04 PM