dawidwys commented on a change in pull request #13423:
URL: https://github.com/apache/flink/pull/13423#discussion_r493587911
##########
File path:
flink-streaming-java/src/main/java/org/apache/flink/streaming/runtime/io/StreamMultipleInputProcessor.java
##########
@@ -354,5 +341,12 @@ public void emitStreamStatus(StreamStatus streamStatus) {
public void emitLatencyMarker(LatencyMarker latencyMarker)
throws Exception {
input.processLatencyMarker(latencyMarker);
}
+
+ @Override
+ public void endOutput() throws Exception {
Review comment:
I will extract it helper methods.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]