Watermarks lagging behind events that generate them

2023-03-10 Thread Alexis Sarda-Espinosa
Hello, I recently ran into a weird issue with a streaming job in Flink 1.16.1. One of my functions (KeyedProcessFunction) has been using processing time timers. I now want to execute the same job based on a historical data dump, so I had to adjust the logic to use event time timers in that case (a

Re: CSV File Sink in Streaming Use Case

2023-03-10 Thread Chirag Dewan via user
Thanks for the reply Shammom. I looked at the DataStreamCsvITCase - it gives a very good example. I can implement something similar. However, the CSVBulkWriter that is uses to create a factory, has a default package access which can be accessed from this test case, but not from my application.