Looks like Akka persistence uses a Java port of LevelDB (https://github.com/dain/leveldb).
So now my question what is the recommended way of using the new KV as the persistence journal? Thanks. On Thursday, November 20, 2014 10:41:04 AM UTC-5, Soumya Simanta wrote: > > My understanding is Akka Persistence uses LevelDB as the default journal. > I want to evaluate another KV store that similar to LevelDB. How easy/hard > is it to replace the LevelDB with the new KV store. The store is written in > C. I'm assuming Akka persistence calls LevelDB API using a wrapper (JNI?) > over the native LevelDB interface. Correct? > > 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.
