Hi! Could you elaborate more on your code or share it if possible? Which timer are you talking about? Are you using the data stream API or SQL API? Do you mean the timer registered per record for a window aggregation? Does mini batch aggregation [1] solve your problem?
[1] https://nightlies.apache.org/flink/flink-docs-release-1.14/docs/dev/table/tuning/#minibatch-aggregation Alex Drobinsky <[email protected]> 于2022年2月3日周四 20:41写道: > Dear flink user, > > In our project, restoring the timer's state creates numerous issues, so I > would like to know > if it is possible to avoid save/restore of timers altogether. > If it isn't possible, how could I delete all registered timers during the > open function ? > > Best regards, > Alexander >
