Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
This issue is ready to refactor the flink-jdbc connector structure. As the discussion in mail list[1], the details are:
1) Use `Jdbc` instead of `JDBC` in the new public API and interface name. The Datastream API `JdbcSink` which imported in this version has followed this standard.
2) Move all interfaces and classes from `org.apache.flink.java.io.jdbc`(old package) to `org.apache.flink.connector.jdbc`(new package) to follow the base connector path in FLIP-27.
3) Keep ancient JDBCOutputFormat, JDBCInputFormat and ParameterValuesProvider
in old package
4) Rename `flink-jdbc` to `flink-connector-jdbc`.
http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/DISCUSS-Refactor-flink-jdbc-connector-structure-td40984.html
Attachments
Issue Links
- links to