Hello,
I'm learning State Processor API:
https://ci.apache.org/projects/flink/flink-docs-stable/dev/libs/state_processor_api.htmlThere is example in this page with StatefulFunctionWithTime extends
KeyedProcessFunction. And here we can see method open() we need implement to
initialize state. But when I try KeyedProcessFunction abstract class in my
code there is no method open().
Using Flink 1.12.
What's wrong I do?
Thanks.
Yuri L.
--
Sent from:
http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/