[akka-user] Re: Is Akka Persistence production ready.

2016-06-28 Thread Vishal Singh
Thanks Tal, Do you about " UNABLE TO ACQUIRE LOCK ON LEVELDB" this problem why it may come.We have only one JVM and One Actor system with different persistence Actors having their own unique persistence id. On Tuesday, June 28, 2016 at 4:03:43 PM UTC+5:30, Tal Pressman wrote: > > Hi, > > As

[akka-user] Re: Is Akka Persistence production ready.

2016-06-28 Thread Tal Pressman
Hi, As far as I know, the LevelDB plugin is not intended for production, but only for development. For a reliable solution you should use a different backend (Cassandra, for example). Tal On Tuesday, June 28, 2016 at 1:08:24 PM UTC+3, Vishal Singh wrote: > > Hi Guys, > > I am using Akka