You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Jark Wu (Jira)" <ji...@apache.org> on 2020/05/13 12:58:00 UTC

[jira] [Closed] (FLINK-17537) Refactor flink-jdbc connector structure

     [ https://issues.apache.org/jira/browse/FLINK-17537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jark Wu closed FLINK-17537.
---------------------------
    Resolution: Fixed

Fixed in master (1.11.0): 6a6a439517b99d939758ef9275d40f88f5700c4a

> Refactor flink-jdbc connector structure
> ---------------------------------------
>
>                 Key: FLINK-17537
>                 URL: https://issues.apache.org/jira/browse/FLINK-17537
>             Project: Flink
>          Issue Type: Improvement
>          Components: Connectors / JDBC
>            Reporter: Leonard Xu
>            Assignee: Leonard Xu
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.11.0
>
>
> 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]



--
This message was sent by Atlassian Jira
(v8.3.4#803005)