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

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

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

Leonard Xu updated FLINK-17537:
-------------------------------
    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 interface 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
will keep 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]

  was:[http://apache-flink-mailing-list-archive.1008284.n3.nabble.com/DISCUSS-Refactor-flink-jdbc-connector-structure-td40984.html]


> 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
>            Priority: Major
>             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 interface 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
> will keep 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)