I want to get started with Akka persistence. 

Do I need to upgrade to akka 2.4 to be able to use the latest Akka 
persistence 

"com.typesafe.akka" %% "akka-persistence-experimental" % "2.4-SNAPSHOT"


OR will it work with akka 2.3.x as well ? 

Also, I want to use a Cassandra journal using 
https://github.com/krasserm/akka-persistence-cassandra

The build.sbt 
<https://github.com/krasserm/akka-persistence-cassandra/blob/master/build.sbt> 
uses 
akk-persistence-experimental 2.3.4

  "com.typesafe.akka" %% "akka-persistence-experimental" % "2.3.4",


Does this mean that the Cassandra driver won't work with the latest version of 
akka-persistence ? 

Thanks
-Soumya

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to