hhandoko / cassandra-migration

Apache Cassandra / DataStax Enterprise database migration (schema evolution) library
Apache License 2.0
51 stars 21 forks source link

Feature - Configurable ConsistencyLevel #48

Closed hhandoko closed 7 years ago

hhandoko commented 7 years ago

Summary

Related tickets: #20 , #46

ConsistencyLevel is now configurable via cassandra.migration.keyspace.consistency system property (in addition to setting KeyspaceConfig.consistency property).


Pull Request (PR) Checklist

Documentation

Code Review

Tests