]
Galder Zamarreño updated ISPN-7052:
-----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.0.0.Final
Resolution: Done
Cassandra cache store: replication parameters configurable
----------------------------------------------------------
Key: ISPN-7052
URL:
https://issues.jboss.org/browse/ISPN-7052
Project: Infinispan
Issue Type: Enhancement
Components: Loaders and Stores
Reporter: Антон Борисов
Assignee: Jakub Markos
Fix For: 9.0.0.Final
* Make possible to set replication strategy class and its parameters as it described
here:
https://docs.datastax.com/en/cql/3.1/cql/cql_reference/create_keyspace_r....
Now the hard-coded value is used:
{noformat} session.execute("CREATE KEYSPACE IF NOT EXISTS " +
configuration.keyspace() + " WITH replication " +
"= {'class':'SimpleStrategy',
'replication_factor':1};");{noformat}