Have you tried Akka-Kryo-Serializatio[1] ? It should work out of the box
with "default" or "automatic" id-strategy. And it has other optional parts
that may come handy, e.g. transparent compression using LZ4 or AES
encryption.

Regards,
luben


[1] https://github.com/romix/akka-kryo-serialization

On Tue, May 24, 2016 at 11:58 PM, kraythe <kray...@gmail.com> wrote:

> Has anyone used FST Serialization[1] with their Akka messages? If so, how
> did it work out? I am debating using this or Kryo for serialization and FST
> seems to be faster and more "drop-in" compliant so i was curious if anyone
> had tried it. If you have tried Kryo before I would be interested in your
> experience. Id like to stay away from Java serialization and protobuf is a
> non-starter as I have tons of code I am moving to akka that I can't just
> re-engineer.
>
> Thanks.
>
> -- Robert
>
> [1] https://github.com/RuedigerMoeller/fast-serialization
>
> --
> >>>>>>>>>> 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 akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to