[infinispan-issues] [JBoss JIRA] (ISPN-7052) Cassandra cache store: replication parameters configurable

Антон Борисов (JIRA) issues at jboss.org
Tue Sep 27 06:10:00 EDT 2016


Антон Борисов 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.html

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)



More information about the infinispan-issues mailing list