You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "renjianxu (Jira)" <ji...@apache.org> on 2020/02/28 06:07:00 UTC

[jira] [Created] (FLINK-16325) A connection check is required, and it needs to be reopened when the JDBC connection is interrupted

renjianxu created FLINK-16325:
---------------------------------

             Summary:  A connection check is required, and it needs to be reopened when the JDBC connection is interrupted
                 Key: FLINK-16325
                 URL: https://issues.apache.org/jira/browse/FLINK-16325
             Project: Flink
          Issue Type: Improvement
          Components: Connectors / JDBC
    Affects Versions: 1.10.0
            Reporter: renjianxu


JDBCOutputFormat#writeRecord.

When writing data, if the JDBC connection has been disconnected, the data will be lost.Therefore, a connectivity judgment is required in the writeRecord method.

 



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