AHeise commented on a change in pull request #11098: [FLINK-16060][task] 
Implement working StreamMultipleInputProcessor
URL: https://github.com/apache/flink/pull/11098#discussion_r383858836
 
 

 ##########
 File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/graph/StreamConfig.java
 ##########
 @@ -73,8 +73,8 @@
        private static final String ITERATION_ID = "iterationId";
        private static final String OUTPUT_SELECTOR_WRAPPER = 
"outputSelectorWrapper";
        private static final String BUFFER_TIMEOUT = "bufferTimeout";
-       private static final String TYPE_SERIALIZER_IN_1 = 
"typeSerializer_in_1";
-       private static final String TYPE_SERIALIZER_IN_2 = 
"typeSerializer_in_2";
+       private static final String TYPE_SERIALIZERS_IN_COUNT = 
"typeSerializer_in_count";
+       private static final String TYPE_SERIALIZERS_IN_PATTERN = 
"typeSerializer_in_%d";
 
 Review comment:
   String.format is quite slow, but I guess it's okay for setup code.

----------------------------------------------------------------
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

Reply via email to