- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我打算使用 debezium用于产生事件到 Kafka
我需要强大的交货和订购保证。通过使用 enable.idempotence=true
生产者配置中的参数我可以得到这些保证。
我的问题是:
最佳答案
Delevery Sematincs
debezium保证至少一次 送货:
When all systems are running nominally or when some or all of the systems are gracefully shut down, then consuming applications can expect to see every event exactly one time. However, when things go wrong it is always possible for consuming applications to see events at least once.
Most connectors will record all events for a single database table to a single topic. Additionally, all events within a topic are totally-ordered, meaning that the order of all of those events will be maintained. (Even if events are duplicated during failures, the end result after applying all of the events will remain the same.)
关于postgresql - Debezium 是否提供交货和订购保证?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/60140741/
我是一名优秀的程序员,十分优秀!