Re: [akka-user] Short lived persistent actors and deletion

2017-10-06 Thread Justin du coeur
On Fri, Oct 6, 2017 at 10:40 AM, Ole Hjalmar Herje wrote: > Ok. Do you know if it is it supported by other journal plugins? And is > leveldb stil not considered "production ready"? > LevelDB wasn't really *designed* to ever be "production ready", as far as I know. It

Re: [akka-user] Short lived persistent actors and deletion

2017-10-06 Thread Patrik Nordwall
That is currently not supported but you could contribute that feature to the leveldb plugin. We could use Long.MaxValue as the signal to remove everything. /Patrik fre 6 okt. 2017 kl. 10:44 skrev Ole Hjalmar Herje : > Hi, is it possible to delete persistent actors

[akka-user] Short lived persistent actors and deletion

2017-10-06 Thread Ole Hjalmar Herje
Hi, is it possible to delete persistent actors completely from the persistent storage? I have many short lived persistent actors with auto-generated unique persistenceId where I perform a deleteMessages(lastSequenceNr()) when they are done with their work. If the application restarts I perform