Github user rtudoran commented on the issue:

    https://github.com/apache/flink/pull/3641
  
    @fhueske  OK - i will implement this and ping you when it is ready.
    One more question - when you say:
    "The ProcessFunction does also support to register processing time timers 
via the context object."
    i guess you refer to something like using instead of
     ctx.timerService.registerEventTimeTimer(curWatermark + 1)
    
     ctx.timerService.registerProcTimeTimer(curProcTime + 1)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to