Github user kl0u commented on a diff in the pull request:
https://github.com/apache/flink/pull/2788#discussion_r89761398
--- Diff:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/co/CoProcessFunction.java
---
@@ -78,7 +74,7 @@
* @throws Exception The function may throw exceptions which cause the
streaming program
* to fail and go into recovery.
*/
- void flatMap2(IN2 value, Context ctx, Collector<OUT> out) throws
Exception;
+ void processElement2(IN2 value, Context ctx, Collector<OUT> out) throws
Exception;
--- End diff --
Same comments as for the `processElement1`
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---