Hi In a cluster of cassandra if we are updating any key/value and perform the fetch query on that same key, we get old/stale data. This can be because of Read Repair.
Is there any way to fetch the latest updated data from the cluster, as old data stands no significance and showing it to client is more irrelevant. Regards Vineet Daniel