Hi, In ZK, a read is handled by any server while a write is broadcasted from the leader. If a client writes x to /X and then reads /X, is the client guaranteed to see its own write x (what if a connection loss event happens after the write and before the read)? Thanks,
Jun