Hi: I am working on a project and need to change the end time of the window dynamically. I want to find out if the end time of the window is used internally (for sorting windows/etc) except for handling watermarks that would cause problems if the end time was changed during run time after the window has been created even if no new event has arrived for that window.
I don't want to use GlobalWindow since from my understanding it never gets destroyed. If there is any alternate way of dealing with this, please let me know. Thanks Mans