cassandra-migration
cassandra-migration copied to clipboard
Add support for setting the serial consistency level for leader election
Defaulting to SERIAL, the LWTs used for leader election now have the consistency levels configurable, and are no longer using QUORUM, since that doesn't make sense for LWTs anyway. I don't know what C* does when you pass a LWT using QUORUM, it probably defaults to SERIAL.
This should fix #45
I also added a simple Github Action for running mvn test
for CI.