Uploaded image for project: 'Red Hat Data Grid'
  1. Red Hat Data Grid
  2. JDG-127

Make Cassandra cache store configurable with string properties only so it can be used as custom cache store

XMLWordPrintable

      The store is only supported in server mode, and it's supposed to be deployed as a custom cache store. Custom cache stores can only be configured with properties, like this

      <store name="customStore" class="org.infinispan.persistence.cassandra.CassandraStore">
          <property name="keyspace">keyspace</property>
          <property name="servers">localhost:1111;localhost:2222</property>
      </store>
      

      To do this, the CassandraStoreConfigurationBuilder needs to accept all the configuration options also in String format.

            jmarkos Jakub Markos (Inactive)
            jmarkos Jakub Markos (Inactive)
            Jakub Markos Jakub Markos (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: