vahmed-hamdy commented on code in PR #27: URL: https://github.com/apache/flink-connector-gcp-pubsub/pull/27#discussion_r1601406910
########## flink-connector-gcp-pubsub/src/main/java/org/apache/flink/streaming/connectors/gcp/pubsub/PubSubSink.java: ########## @@ -62,6 +62,7 @@ * * @param <IN> type of PubSubSink messages to write */ +@Deprecated public class PubSubSink<IN> extends RichSinkFunction<IN> implements CheckpointedFunction { Review Comment: We can remove this when we release a new major version `4.0` once this is merged we cann follow up with another Jira to remove -- 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