[
https://issues.apache.org/jira/browse/FLINK-14443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16954658#comment-16954658
]
None none commented on FLINK-14443:
-----------------------------------
Ok I was looking at the 1.8 docs I missed the mention of checkpoint, but I was
also looking JDBCOutputFormat. So I guess for 1.8 the functionality goes as
this...
JDBCOutputFormat: Simplest to use only sinks by batch size interval.
JDBCSinkFunction: Uses JDBCOutputFormat but is also checkpoint enabled for at
least once.
JDBCAppendTableSink: Integrates with the table APIs.
> Enable checkpointing for JDBC sink/output
> -----------------------------------------
>
> Key: FLINK-14443
> URL: https://issues.apache.org/jira/browse/FLINK-14443
> Project: Flink
> Issue Type: Improvement
> Components: Connectors / JDBC
> Affects Versions: 1.8.0, 1.8.1, 1.8.2, 1.9.0
> Reporter: None none
> Priority: Minor
>
> Currently the JDBC sink/output does not support checkpointing. It would be
> advantageous to enable checkpointing on JDBC sinks for Dbs that have
> transactional support.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)