I see Scala pickling has a stable release http://notes.implicit.ly/post/110275857699/pickling-0-10-0
If anyone has any updates on its viability for event versioning, please post. On Thu, Oct 23, 2014 at 1:16 PM, Christian Douven <[email protected]> wrote: > We are using MessagePack as our binary serialization format. It works > quite well. > > To support versioning(when later needed) of our serialized events(or any > other data) we use a custom serializer. > > It's not nice and not fast(never benchmarked it), but for us it was > important to be able to serialize to multiple formats. > > On benefit was, that now we can also "serialize" directly to reactive > mongo's BSON documents what makes it easy to store our events. > > > Regarding spray, I think it can use any format you like, as long as you > provide the marshallers. > > > Am Sonntag, 19. Oktober 2014 03:35:32 UTC+2 schrieb rrodseth: > >> I'm hoping to build a case for using Akka Persistence, and expect the >> event schema evolution to be a sticking point. People are quite used to >> their database migration scripts. >> >> I've seen the threads on this list, but I'm wondering what the current >> thinking is on the least painful option, and would also like pointers to >> sample code. Do Protobuf, Avro and Thrift all require an IDL compiler? Is >> Cap'n Proto a viable option? Would something based on Scala macros provide >> a way to avoid an extra compilation? >> >> Anything on the horizon I should know about? >> >> Thanks. >> > -- > >>>>>>>>>> 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. > -- >>>>>>>>>> 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.
