gaoyunhaii commented on code in PR #20351:
URL: https://github.com/apache/flink/pull/20351#discussion_r931752410


##########
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/graph/StreamConfig.java:
##########
@@ -92,7 +92,7 @@ public class StreamConfig implements Serializable {
     private static final String TYPE_SERIALIZER_SIDEOUT_PREFIX = 
"typeSerializer_sideout_";
     private static final String ITERATON_WAIT = "iterationWait";
     private static final String NONCHAINED_OUTPUTS = "nonChainedOutputs";
-    private static final String EDGES_IN_ORDER = "edgesInOrder";
+    private static final String STREAM_OUTPUTS_IN_ORDER = 
"streamOutputsInOrder";

Review Comment:
   Might be renamed to `VERTEX_NONCHAINED_OUTPUTS_IN_ORDER` ?
   
   For the long run, I think we might explicit distinguish the vertex-level 
attributes in the chain head and the normal operator configuration.



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to