mal Mariam
> *Date: *Wednesday, November 6, 2019 at 6:19 PM
> *To: *user
> *Subject: *ctx.timestamp() returning null when using Processing Time
>
>
>
> Dear all,
>
>
>
> I want to clear some of my variables in KeyedBroadcastProcessFunction after
> a cert
: ctx.timestamp() returning null when using Processing Time
Dear all,
I want to clear some of my variables in KeyedBroadcastProcessFunction after a
certain time. I implemented the onTimer() function but even though I am using
ProcessingTime
like so: env.setStreamTimeCharacteristic
Dear all,
I want to clear some of my variables in KeyedBroadcastProcessFunction after
a certain time. I implemented the onTimer() function but even though I am
using ProcessingTime
like so:
env.setStreamTimeCharacteristic(TimeCharacteristic.ProcessingTime), I am
getting null when ctx.timestamp() i