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

[jira] [Closed] (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 ]

Fabian Hueske closed FLINK-12198.
---------------------------------
       Resolution: Implemented
    Fix Version/s: 1.9.0

Implemented for 1.9.0 with 494f5be09d165c5adca092ef1bdcfec1a238c316

> 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
>             Fix For: 1.9.0
>
>   Original Estimate: 8h
>          Time Spent: 20m
>  Remaining Estimate: 7h 40m
>
> 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)