Questions tagged [embedded-cassandra]
20 questions
1
vote
1 answer
embedded cassandra in WSO2 BAM 2.0
How to disable embedded cassandra comes with WSO2 BAM. I should not be able to connect to it from Cassandra explorer using localhost:9160
I would like to configure it to external clustered cassandra instance as per article -
BAM external cassandra

Madhup Srivastava
- 446
- 1
- 6
- 18
0
votes
1 answer
How to find if Embedded Cassandra is already running or not in version 3.0.3
In Embedded-Cassandra 3.0.3, what is the way to find if Cassandra is already running or now.
https://nosan.github.io/embedded-cassandra/#introducing
In version 2.x, there was a API getState == State.STARTED. What is the equivalent in version 3.0.3.…

Manu Chadha
- 15,555
- 19
- 91
- 184
0
votes
1 answer
How to specify credentials in Embedded Cassandra
My application connects with Cassandra Cluster using Credentials. I am creating an instance of TestCassandra as follows:
val testCassandra = cqlStatementsOption.map(cqlStatements =>{
new TestCassandra(factory,cqlStatements)})
.getOrElse(new…

Manu Chadha
- 15,555
- 19
- 91
- 184
0
votes
0 answers
set username and password in EmbeddedCassandra
I´m trying to use EmbeddedCassandraServerHelper but setting a specific username and password to connect.
I´m trying to find in the documentation and reading the API but I can only see that is possible pass a yaml file with the startEmbeddedCassandra…

paul
- 12,873
- 23
- 91
- 153
0
votes
1 answer
How do I get a specific version of Cassandra in Embedded-Cassandra
In Embedded-Cassandra (https://github.com/nosan/embedded-cassandra/wiki), the default version seem to be 3.11.4. I want to use 3.11.3. I tried setting the version but got error
val factory = new LocalCassandraFactory
println(s"factory is…

Manu Chadha
- 15,555
- 19
- 91
- 184