You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Konstantinos Papadopoulos (JIRA)" <ji...@apache.org> on 2019/04/17 06:37:00 UTC

[jira] [Assigned] (FLINK-12198) Flink JDBC Connector: Update existing JDBCInputFormat to support setting auto-commit mode of DB connection

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

Konstantinos Papadopoulos reassigned FLINK-12198:
-------------------------------------------------

    Assignee: Konstantinos Papadopoulos

> Flink JDBC Connector: Update existing JDBCInputFormat to support setting auto-commit mode of DB connection
> ----------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-12198
>                 URL: https://issues.apache.org/jira/browse/FLINK-12198
>             Project: Flink
>          Issue Type: Improvement
>          Components: Connectors / JDBC
>    Affects Versions: 1.8.0
>            Reporter: Konstantinos Papadopoulos
>            Assignee: Konstantinos Papadopoulos
>            Priority: Major
>              Labels: pull-request-available
>   Original Estimate: 8h
>          Time Spent: 10m
>  Remaining Estimate: 7h 50m
>
> The required modifications will be performed in JDBCInputFormat.class (i.e., org.apache.flink.api.java.io.jdbc package) as follows:
>  *  A new Boolean field should be added to enable/disable auto-commit mode.
>  * The 'openInputFormat' function will be updated to set auto-commit mode if the aforementioned field has no null value.
>  * JDBCInputFormatBuilder static class will be modified adding a new function to set auto-commit mode.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)