Hi all, I'm looking into what happens when messages are ingested with timestamps far into the future (e.g. due to corruption or a wrong clock at the sender).
I'm aware of the effect on watermarking, but another thing I'm concerned about is the performance impact of the extra windows this will create. If a Flink operator has many (perhaps hundreds or thousands) of windows open but not receiving any data (and never firing), will this degrade performance? Thanks, Joe