How to change default replication factor for Cassandra keyspaces
18th May 2026
When Dataminer creates new keyspaces in Cassandra it does set the RF for each datacenter to 3. Ie something like this: CREATE KEYSPACE sldmsdb_state_changes WITH replication = {‘class’: ‘NetworkTopologyStrategy’, ‘datacenter-A’: …