You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/07/21 12:03:18 UTC

[GitHub] [flink] MartijnVisser commented on a diff in pull request #20317: [FLINK-27188][Connector][StreamingFileSink] Mark StreamingFileSink as deprecated

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

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