AHeise commented on a change in pull request #11098: [FLINK-16060][task]
Implement working StreamMultipleInputProcessor
URL: https://github.com/apache/flink/pull/11098#discussion_r383185729
##########
File path:
flink-streaming-java/src/test/java/org/apache/flink/streaming/api/graph/StreamGraphGeneratorTest.java
##########
@@ -633,4 +671,29 @@ protected boolean matchesSafely(ResourceSpec item) {
return resources.lessThanOrEqual(item) &&
item.lessThanOrEqual(resources);
}
}
+
+ private static class MultipleInputOperatorFactory implements
StreamOperatorFactory<String> {
Review comment:
Weird that we need that here... the real factories are still SimpleX? Or can
we not add a real factory.
----------------------------------------------------------------
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]
With regards,
Apache Git Services