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

Jakub Markos (JIRA) issues at jboss.org
Mon Oct 3 04:48:00 EDT 2016


     [ https://issues.jboss.org/browse/ISPN-7052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jakub Markos updated ISPN-7052:
-------------------------------
    Description: 
* 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}

  was:
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}



> 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
>
> * 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