Re: [akka-user] Snapshot and Journal Cleanup

2017-02-02 Thread Patrik Nordwall
I don't know exactly how the jdbc plugin is implemented but deleting the rows with SQL should be fine as far as I can see. On Mon, Jan 30, 2017 at 2:20 PM, Richard Rodseth wrote: > We are using the akka-persistence-jdbc plugin. I know there are APIs for > deleting snapshots

Re: [akka-user] Is there a standard way of referencing external objects inside of custom serializers?

2017-02-02 Thread Patrik Nordwall
Hi Andrey, For this purpose we have recently added ActorSystemSetup, which makes it possible to define serializers programmatically before the actor system is created. See here for how to use it with serializers:

Re: [akka-user] CRDT gossip implementation - replication flow

2017-02-02 Thread Patrik Nordwall
Hopefully we can have a release candidate of 2.5.0 out within a month. The more people that help out with the remaining tasks the quicker we can get it done. See issues on github milestone 2.5.0. We can also release another milestone if needed. /Patrik tors 2 feb. 2017 kl. 06:07 skrev Vadim

Re: [akka-user] CRDT gossip implementation - replication flow

2017-02-02 Thread Vadim Punski
What is the road map and timeline? > -- >> 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