cassandra-migration icon indicating copy to clipboard operation
cassandra-migration copied to clipboard

Add support for setting the serial consistency level for leader election

Open ane opened this issue 1 year ago • 1 comments

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

ane avatar Jan 19 '24 09:01 ane

I also added a simple Github Action for running mvn test for CI.

ane avatar Jan 19 '24 12:01 ane