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

Galder Zamarreño (JIRA) issues at jboss.org
Mon Feb 13 01:53:00 EST 2017


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

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.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
(v7.2.3#72005)



More information about the infinispan-issues mailing list