Closed LuPan2015 closed 2 years ago
Since clickhouse does not support transactions, how to ensure exactly-once semantics when flink writes?
The project can guarantee idempotent
when using the MergeTree engine but not exactly-once
.
In my view, flink can keep end-to-end exactly-once
when both endpoints support transactions.
Since clickhouse does not support transactions, how to ensure exactly-once semantics when flink writes?