MartijnVisser commented on code in PR #20317:
URL: https://github.com/apache/flink/pull/20317#discussion_r926591406


##########
flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/sink/filesystem/StreamingFileSink.java:
##########
@@ -86,8 +86,10 @@
  * arrived after the checkpoint from which we restore.
  *
  * @param <IN> Type of the elements emitted by this sink
+ * @deprecated Use {@link org.apache.flink.connector.file.sink.FileSink} 
instead.
  */
 @PublicEvolving
+@Deprecated

Review Comment:
   Thanks, I'll add it there too!



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