Github user kl0u commented on a diff in the pull request:
https://github.com/apache/flink/pull/2788#discussion_r89761160
--- Diff:
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/co/CoProcessFunction.java
---
@@ -50,7 +46,7 @@
* @param <OUT> Output type.
*/
@PublicEvolving
-public interface TimelyCoFlatMapFunction<IN1, IN2, OUT> extends Function,
Serializable {
+public interface CoProcessFunction<IN1, IN2, OUT> extends Function,
Serializable {
/**
* This method is called for each element in the first of the connected
streams.
--- End diff --
<p>This function can output zero or more elements using the {@link
Collector} parameter
* and also update internal state or set timers using the {@link
Context} parameter.
---
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.
---