The cassandra counter table in golang is not returning the values that is exactly added. For eg, if 10 api is called at a time. the count will be like 2, 4, 7, 10. It is not returning 1, 2, 3, 4 etc. How to handle it in go lang