Writes are replicated when you write and its just a last writer wins and if there happens to be a mi
Writes are replicated when you write and its just a last writer wins and if there happens to be a mismatch between the data sometimes the read can push through a replication fix where it chooses one. But you are also only supposed to write once per second to a specific key so if your use case involves higher write throughput than that you probably should not be using KV.

