Reputation: 141
i want to know, if Apache Flink (v1.11) can achieve end-to-end-exactly-once semantic with the built-in connectors (Kafka, JDBC, File) using Table-API/SQL?
I can't find anything regarding this in the documentation. Only that i can enable Checkpointing in EXACTLY_ONCE Mode.
Upvotes: 1
Views: 512
Reputation: 921
This depends on exactly which connectors you use/combine on the source/sink side.
Source
Sink
[2] https://github.com/ververica/flink-cdc-connectors
Upvotes: 3