Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以在 Cassandra 中更新数据时收到通知?即,何时从另一个节点复制了对节点的更改?
我可以直接使用 Gossip 来做到这一点,还是有更高级别的抽象?
不。
八卦不是可以依赖的东西。Cassandra 节点本身并不依赖它来保证。(例如,如果一个节点关闭,则更新仅排队一个小时)。这也是您需要nodetool repair定期跑步的原因。
nodetool repair
Cassandra 也没有触发器。
我建议您在应用程序中进行更新跟踪。