masumsoft / express-cassandra

Cassandra ORM/ODM/OGM for NodeJS with support for Apache Cassandra, ScyllaDB, Datastax Enterprise, Elassandra & JanusGraph.
http://express-cassandra.readthedocs.io
GNU Lesser General Public License v3.0
232 stars 68 forks source link

Replication factor is getting updated in production environment as well. Please confirm if this is a feature or bug #140

Closed gitmnikhil closed 6 years ago

gitmnikhil commented 6 years ago

Hi @masumsoft ,

When we change the replication factor in express cassandra and deploy the application in production environment the replication factor is updated in production db servers as well. Please confirm if it is a desired feature or a bug.

masumsoft commented 6 years ago

Yah this is expected, as you might want to change the replication factors in production, this is the expected behaviour.