|
Hi Anna,
KeyedProcessFunction is only available starting from Flink 1.5. The doc is here. It extends ProcessFunction and shares the same functionalities except giving more access to timers' key, thus you can refer to examples of ProcessFunction in that document.
Bowen
Hello all,I am using Flink 1.4 because thats the version provided by the latest AWS EMR. Is KeyedProcessFunction available in Flink 1.4?
Also please share any links to good examples on using KeyedProcessFunction .
Thanks
|