Is it possible in a custom window assigner to determine if an object has appeared after the watermark has passed? I want to have a standard event time tumbling window but custom logic for late data. From what
I can tell there is no way from within the WindowAssigner interface to determine if an element arrived after the watermark. Is this currently possible to do in flink?
Thank you,
Seth Wiesman