Антон Борисов created ISPN-7052:
-----------------------------------
Summary: 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: Антон Борисов
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}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)