You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can we connect Cassandra as the same way we did for MongoDB. I am unable to connect with Cassandra and getting null reference error at ServiceCoordinator.Tell function.
Have I done anything wrong here.
var config = ConfigurationFactory.ParseString(@"
akka.persistence {
journal {
plugin = ""cassandra-journal""
}
cassandra-sessions{
default {
contact-points = [ ""127.0.0.1"" ]
port = 9042
}
}
}");
System = ActorSystem.Create("Service", config);
The text was updated successfully, but these errors were encountered:
Can we connect Cassandra as the same way we did for MongoDB. I am unable to connect with Cassandra and getting null reference error at ServiceCoordinator.Tell function.
Have I done anything wrong here.
var config = ConfigurationFactory.ParseString(@"
akka.persistence {
journal {
plugin = ""cassandra-journal""
}
cassandra-sessions{
default {
contact-points = [ ""127.0.0.1"" ]
port = 9042
}
}
}");
System = ActorSystem.Create("Service", config);
The text was updated successfully, but these errors were encountered: