Zakelly commented on code in PR #26697: URL: https://github.com/apache/flink/pull/26697#discussion_r2154906613
########## flink-runtime/src/test/java/org/apache/flink/streaming/util/ProcessFunctionTestHarnesses.java: ########## @@ -87,6 +91,24 @@ KeyedOneInputStreamOperatorTestHarness<K, IN, OUT> forKeyedProcessFunction( return testHarness; } + public static <K, IN, OUT> + KeyedOneInputStreamOperatorTestHarness<K, IN, OUT> forKeyedAsyncProcessFunction( Review Comment: I'd suggest naming it `forKeyedProcessFunctionWithStateV2`, since the function still is `KeyedProcessFunction`, WDYT? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org