davidradl commented on code in PR #25835:
URL: https://github.com/apache/flink/pull/25835#discussion_r1908955091
##########
flink-runtime/src/main/java/org/apache/flink/streaming/api/operators/StreamSink.java:
##########
@@ -25,6 +25,7 @@
import org.apache.flink.streaming.runtime.tasks.ProcessingTimeService;
/** A {@link StreamOperator} for executing {@link SinkFunction SinkFunctions}.
*/
+@Deprecated
Review Comment:
With the addition of deprecation, it is usual to indicate in the comments
that the method is deprecated (maybe in including the reason) what should be
used instead.
--
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]