Zakelly Lan created FLINK-37010: ----------------------------------- Summary: Unify KeyedProcessFunction and the async one Key: FLINK-37010 URL: https://issues.apache.org/jira/browse/FLINK-37010 Project: Flink Issue Type: Sub-task Reporter: Zakelly Lan Assignee: Zakelly Lan
In FLINK-36120, we introduced `AsyncKeyedProcessFunction` and `AsyncKeyedProcessOperator` to perform processing with async state. However for table runtime, all the functions will extend from `KeyedProcessFunction`, so it is better to unify the base class for function. -- This message was sent by Atlassian Jira (v8.20.10#820010)