2

We started exploring WSO2 DSS with Cassandra, but didn't find a way to make config section configurable so that this section can be independent of the environment.

<data name="TestDs" transports="http https local">
    <config id="CassandraDS">
        <property name="cassandraServers">0.0.0.0,0.0.0.0,0.0.0.0</property>
        <property name="keyspace">test</property>
        <property name="port">9042</property>
        <property name="username">XXXX</property>
        <property name="password">XXXXX</property>
        <property name="dataCenter">XX</property>
        <property name="consistencyLevel">LOCAL_QUORUM</property>
    </config>           
</data>

Is there a way to make it configurable ?

storia321
  • 381
  • 2
  • 22

0 Answers0