Daniel Packard
06/07/2023, 5:35 PMJeremy DeGroot
06/07/2023, 6:53 PMDavid Anderson
06/07/2023, 9:24 PMDaniel Packard
06/07/2023, 9:27 PMhow much you should add to the bounded-out-of-orderness if you want that event to not be lateexactly what I'm investigating - thanks @David Anderson! @Jeremy DeGroot - we don't use DataDog but that's a good lead, thanks!
Daniel Packard
06/07/2023, 9:37 PMpublic void processElement(Foo foo, ProcessFunction<Foo, FooWithLateness>.Context ctx, Collector<FooWithLateness> out) throws Exception {
return new FooWithLateness(foo, foo.timestamp - ctx.timerService().currentWatermark());
}
Daniel Packard
06/07/2023, 9:38 PMcurrentWatermark()
has moved before this process function is called for an event in a sideoutput stream?