Martijn Visser created FLINK-25853: -------------------------------------- Summary: Annotate current JDBC connector as deprecated to prepare for new JDBC connector Key: FLINK-25853 URL: https://issues.apache.org/jira/browse/FLINK-25853 Project: Flink Issue Type: Technical Debt Components: Connectors / JDBC Reporter: Martijn Visser
The current JDBC connector still uses the old interfaces (SourceFunction and SinkFunction). In a next release of Flink, we want to replace the current JDBC connector with a successor that does use the new Source and Sink APIs. In order to be able to remove the old JDBC connector in a next release, we need to annotate it as deprecated so it can be removed in a future one. -- This message was sent by Atlassian Jira (v8.20.1#820001)