Hi all, if the node that proccesses my write fails, I should retry my write. If my write increments some counter, the counter will be incremented several times instead of just once.
Does Cassandra support any mechanism to identify write retries to avoid multiple exacution? Maxim