Using Cassandra 3.11.10, 3 nodes cluster Cassandra allows to create a keyspace having `replication_factor` > 3. Is there any adverse effects?
-- successfully created Keyspace with RF = 3 > node count = 3 CREATE KEYSPACE mykeyspace WITH replication = {'class': 'SimpleStrategy', 'replication_factor': 5 };