Re: Why TimerService interface in ProcessFunction doesn't have deleteEventTimeTimer

2017-05-04 Thread Jagadish Bihani
gt; clever registration/firing logic and we also ended up completely avoiding >>>>>> deletion and instead using "tombstone" markers by setting a flag in the >>>>>> state which timers not to fire when they actually trigger. >>>>>>

Why TimerService interface in ProcessFunction doesn't have deleteEventTimeTimer

2017-04-20 Thread Jagadish Bihani
x27;s implementations everywhere. So what is the reason that ProcessFunction.Context uses TimerService? Any reason 'deleteEventTimeTimer' is not exposed to users? If I want to use the deleteEvent functionality how should I go about it? -- Thanks and Regards, Jagadish Bihani