Re: [akka-user] Best practices using Akka Persistence with long-running projects?

2014-07-30 Thread Sander Mak
Hi Martin, Have you also look at Apache Avro? I haven't used in it conjunction with Akka (Persistence) yet, but have used it in other projects with success. It does have a strong notion of schema evolution. Checkout

Re: [akka-user] Best practices using Akka Persistence with long-running projects?

2014-07-28 Thread Konrad Malawski
Hello Martin, yeah, that looks like what I had in mind. And yeah, translating to/from proto is always a bit of verboseness somewhere, here's how we try to minimise the verboseness (serializer impl):

Re: [akka-user] Best practices using Akka Persistence with long-running projects?

2014-07-24 Thread Konrad 'ktoso' Malawski
I had a reply prepped yesterday but lost the draft (argh offline editing!). Back to the topic though: First of all, thank you very much for the elaborate reply. I guess I'll get hacking away at some prototypes soon and so some performance testing close to our use-case. Looking forward

Re: [akka-user] Best practices using Akka Persistence with long-running projects?

2014-07-23 Thread Martin Simons
First of all, thank you very much for the elaborate reply. I guess I'll get hacking away at some prototypes soon and so some performance testing close to our use-case. Looking forward to it, too :-) One question remains: Am Montag, 21. Juli 2014 13:28:27 UTC+2 schrieb Konrad Malawski: The