I have an ordered set of incoming events and I need to insert them into Cassandra. I want to take advantage of the speed of asynchronous inserts, but my incoming events may have duplicates by key of target table. If I understand correctly, then asynchronous insertions can’t guarantee data consistency in this case, since asynchronous executions imply the program order
Tag: spring-data-cassandra
Spring boot application with spring data cassandra failing to start
I have a spring boot application with spring web & spring data cassandra as dependencies. And I have a main method in a class annotated with @SpringBootApplication. I run this application & run into the below error. I am guessing this might be a some dependency related problem, but can’t figure out exactly what. I have tried few things which