Hi Tim, As Todd mentioned there is a community maintained in-memory journal, but that is not the same as the one you found in the akka sources. We have not promoted (documented) the akka in-memory journal because we are not sure that it is ready for general consumption and the maintenance obligations that comes with that. We use it in some tests of akka-persistence.
Regards, Patrik On Sun, Apr 20, 2014 at 11:18 PM, Todd Nist <[email protected]> wrote: > I don't believe it is hidden, well not completely at least. There is a > reference in the Akka > documentation<http://doc.akka.io/docs/akka/snapshot/scala/persistence.html>to > the Community > Contribution <http://akka.io/community/> journals provided, which is > where the in-memory one is listed as well as the others. > > > On Sunday, April 20, 2014 11:59:19 AM UTC-4, Tim Pigden wrote: >> >> I'm using 2.3 >> I eventually stumbled across this >> (more or less) >> akka.persistence.journal.plugin = "akka.persistence.journal.inmem" >> >> from the reference configuration file for snapshot 2.4 >> >> Is there any particular reason this is hidden away with no mention in the >> docs? >> > -- > >>>>>>>>>> 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. > -- Patrik Nordwall Typesafe <http://typesafe.com/> - Reactive apps on the JVM Twitter: @patriknw JOIN US. REGISTER TODAY! <http://www.scaladays.org/> Scala <http://www.scaladays.org/> Days <http://www.scaladays.org/> June 16th-18th, <http://www.scaladays.org/> Berlin <http://www.scaladays.org/> -- >>>>>>>>>> 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.
