Support for higher-than-millisecond resolution event-time timestamps

2022-11-24 Thread Salva Alcántara
As mentioned in the docs : > Attention: Both timestamps and watermarks are specified as milliseconds since the Java epoch of 1970-01-01T00:00:00Z.

Re: Support for higher-than-millisecond resolution event-time timestamps

2022-11-25 Thread Martijn Visser
Hi Salva, I'm unaware of any plans to support those. Contributions are always welcome of course :) Best regards, Martijn On Fri, Nov 25, 2022 at 5:32 AM Salva Alcántara wrote: > As mentioned in the docs >

Re: Support for higher-than-millisecond resolution event-time timestamps

2022-11-25 Thread David Anderson
When it comes to event time processing and watermarks, I believe that if you stick to the lower level APIs, then the milliseconds assumption is indeed arbitrary, but at higher levels that assumption is baked in. In other words, that rules out using Flink SQL, or things like TumblingEventTimeWindow

Re: Support for higher-than-millisecond resolution event-time timestamps

2022-11-28 Thread Salva Alcántara
Hi David, Many thanks for your reply. Two things, then: 1. If there are any chances to contribute on this, let me know 2. In the meantime, process functions FTW! Salva On Fri, Nov 25, 2022 at 9:21 AM David Anderson wrote: > When it comes to event time processing and watermarks, I believe that