vinoyang created FLINK-14570: -------------------------------- Summary: KeyedStateBootstrapFunction missed onTimer callback method to fire timer Key: FLINK-14570 URL: https://issues.apache.org/jira/browse/FLINK-14570 Project: Flink Issue Type: New Feature Components: API / State Processor Reporter: vinoyang
In {{KeyedStateBootstrapFunction#Context}} we provided a {{TimerService}} which can be used to querying time and register timer. However, we may not be able to fire the timer. IMO, we'd better provide a {{onTimer}} callback method(just like {{KeyedProcessFunction}}) to expose this feature. -- This message was sent by Atlassian Jira (v8.3.4#803005)