I would like to use Cassandra with WSO2 BAM. BAM is coming out of the box cassandra db however I want to use external Cassandra Server. Is there any way to use external cassandra.
相关问题
- What version of Java does Cassandra 3 require
- Filter from Cassandra table by RDD values
- cassandra: can you query against a collection fiel
- How to understand the 'Flexible schema' in
- NoHostAvailableException With Cassandra & DataStax
相关文章
- Cassandra Read a negative frame size
- How does cassandra split keyspace data when multip
- How does Cassandra scale horizontally ?
- NoSQL Injection? (PHP->phpcassa->Cassandra)
- Executing CQL through Shell Script?
- Spark and Cassandra Java Application Exception Pro
- How to access the local data of a Cassandra node
- how to connect cassandra from local to EC2 instanc
You can point WSO2 BAM to a external Cassandra Cluster using $CARBON_HOME/repocitory/conf/etc/cassandra-component.xml.
https://svn.wso2.org/repos/wso2/carbon/platform/branches/4.0.0/products/bam2/2.0.1/modules/distributed-setup/cassandra-component.xml
You can give more than one host in the Nodes section. Use comma to separate host:port entries.