Hello, I have tried to use Event Time Timers cf https://beam.apache.org/blog/timely-processing/ but i cannot seem to find a way to set the timer (when there are no elements the process() method is never called...)
The closest answer that I could find on StackOverflow (https://stackoverflow.com/questions/54444718/apache-beam-how-to-trigger-empty-windows) seem to suggest that there is no alternative than inserting dummy/fake data ? Is this true or there are better ways to achieve that. Thank you, Andrei
