Hello #C03G7LJTS2G
I want to understand if context.timestamp() of ProcessFunction is the same as context.current_processing_time()/ window().start of ProcessWindowFunction? I think it’s not equivalent but then what can I use in ProcessWindowFunction for event time value ?
Thanks.