AHeise commented on a change in pull request #11725: [FLINK-15670][API] Provide 
a Kafka Source/Sink pair as KafkaShuffle
URL: https://github.com/apache/flink/pull/11725#discussion_r410311171
 
 

 ##########
 File path: 
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/transformations/SinkTransformation.java
 ##########
 @@ -67,6 +68,22 @@ public SinkTransformation(
                this(input, name, SimpleOperatorFactory.of(operator), 
parallelism);
        }
 
+       /**
+        * Creates a new {@code SinkTransformation} from the given input {@code 
Transformation}.
+        *
+        * @param input The input {@code Transformation}
+        * @param name The name of the {@code Transformation}, this will be 
shown in Visualizations and the Log
+        * @param operator The sink shuffle operator
+        * @param parallelism The parallelism of this {@code SinkTransformation}
+        */
+       public SinkTransformation(
 
 Review comment:
   Not necessary, see comment on `StreamShuffleSink`.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to