beliefer commented on code in PR #25835:
URL: https://github.com/apache/flink/pull/25835#discussion_r1911925092


##########
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:
   ```
   @Internal
   @Deprecated
   public interface SinkFunction<IN> extends Function, Serializable {
   ```



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to