davidradl commented on code in PR #26297:
URL: https://github.com/apache/flink/pull/26297#discussion_r2005783270
##########
flink-runtime/src/main/java/org/apache/flink/streaming/api/datastream/DataStream.java:
##########
@@ -864,7 +864,11 @@ protected DataStream<T>
setConnectionType(StreamPartitioner<T> partitioner) {
*
* @param sinkFunction The object containing the sink's invoke function.
* @return The closed DataStream.
+ * @deprecated This method relies on the {@link SinkFunction} API, which
is due to be removed.
Review Comment:
I see text "due to be removed." It will not be removed until at least Flink
v3.
Idoes not look right to have a deprecated method referencing parameters are
annotated with internal
--
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]