pnowojski commented on a change in pull request #11098: [FLINK-16060][task]
Implement working StreamMultipleInputProcessor
URL: https://github.com/apache/flink/pull/11098#discussion_r383387663
##########
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:
but with `%d` it's a pattern now, not a prefix, so the name fits. Or do you
mean to change it to prefix (by dropping the `%d` part?)? If the latter, I
think `pattern` > `prefix`.
----------------------------------------------------------------
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