Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
kb:kafka [2019/02/21 11:01] – created yehuda | kb:kafka [2022/01/03 16:03] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
====== Kafka ====== | ====== Kafka ====== | ||
- | http:// | + | ===== hard dedup/ |
+ | * https:// | ||
+ | * http:// | ||
+ | * | ||
+ | |||
+ | |||
+ | ==== Flink ==== | ||
+ | |||
+ | According [[https:// | ||
+ | |||
+ | |||
+ | | ||
+ | Kafka introduced transactions for the first time in Kafka 0.11, which is what made the | ||
+ | Kafka exactly-once producer possible in Flink. | ||
+ | |||
+ | it means: that only from Kafka 0.11 and Flink 1.4.0 and Pravega - Exactly once supported | ||
+ | |||
+ | ===== How to implement ===== | ||
+ | |||
+ | * [[https:// |