Hi,
Sorry for my misunderstanding here.
Yes, the RichProcessFunction variant was removed in 1.3.
Now, ProcessFunction has been changed to always be a RichFunction, so access to the runtime context / lifecycle methods is always available through the ProcessFunction interface.
You should simply use ProcessFunction now.
Cheers,
Gordon
On 6 June 2017 at 9:14:30 AM, rhashmi ([hidden email]) wrote:
yes i see that so shall i update code from RichProcessFunction to
RichFunction(based object)? The implementation throw compile exception as
RichProcessFunction has been removed from 1.3.
--
View this message in context: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/ProcessFunction-broke-Flink-1-3-upgrade-tp13492p13498.html
Sent from the Apache Flink User Mailing List archive. mailing list archive at Nabble.com.