MartijnVisser commented on code in PR #24805: URL: https://github.com/apache/flink/pull/24805#discussion_r1636642416
########## flink-streaming-java/src/main/java/org/apache/flink/streaming/api/functions/sink/PrintSinkFunction.java: ########## @@ -33,7 +33,10 @@ * no {@code sinkIdentifier} provided, parallelism == 1 * * @param <IN> Input record type + * @deprecated This interface will be removed in future versions. Use the new {@link PrintSink} + * interface instead. Review Comment: Verified that `PrintSink` actually uses `Sink2` and not `Sink`. -- 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