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

[jira] [Created] (FLINK-15578) Implement exactly-once JDBC sink

Roman Khachatryan created FLINK-15578:
-----------------------------------------

             Summary: Implement exactly-once JDBC sink
                 Key: FLINK-15578
                 URL: https://issues.apache.org/jira/browse/FLINK-15578
             Project: Flink
          Issue Type: New Feature
          Components: Connectors / JDBC
            Reporter: Roman Khachatryan
             Fix For: 1.11.0


As per discussion in the dev mailing list, there are two options:
 # Write-ahead log
 # Two-phase commit (XA)

the latter being preferable.

 



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