Hi,
I try to understand how to Cassandra supports data consistency and compare it with other distributed caches. Hazelcast and Apache Ignite products have primary and backups. This approach allows to support read/write consistency if client code will read/write to primary node. User's operation will not wait when backups to be updated. I don't understand which Write/Read Consistency Levels has the same behavior. I would be grateful for clarification!