[
https://issues.apache.org/jira/browse/FLINK-12956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jark Wu closed FLINK-12956.
---------------------------
Resolution: Fixed
Fix Version/s: 1.9.0
Fixed in 1.9.0: a64a44ee1a5b63731fc82ebbb9443e276e359821
> Add a upsert table sink for JDBC
> --------------------------------
>
> Key: FLINK-12956
> URL: https://issues.apache.org/jira/browse/FLINK-12956
> Project: Flink
> Issue Type: New Feature
> Components: Connectors / JDBC
> Reporter: Jingsong Lee
> Assignee: Jingsong Lee
> Priority: Major
> Labels: pull-request-available
> Fix For: 1.9.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Now we just support append JDBC sink, this is very limited. Consider a simple
> wordCount, we need insert/update the sink with primary keys.
> So we need to support upsert JDBC sink.
> 1.Introduce a AbstractJdbcOutputFormat to extract some common method from
> JDBCOutputFormat. Introduce a UpsertJDBCOutputFormat which extends
> AbstractJdbcOutputFormat.
> 2.Introduce UpsertJdbcTableSink.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)