Re: [akka-user] Custom Serialization with FST or Kryo ?

2016-05-27 Thread Любен
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

[akka-user] Custom Serialization with FST or Kryo ?

2016-05-24 Thread kraythe
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