Don't change the ones that are using protobuf, eg akka-cluster. They are
optimized, and proven to work well. Replacing anything that is using java
serialization is good.
lör 19 dec. 2015 kl. 17:12 skrev Guido Medina <[email protected]>:
> Hi, not with the intention of hijacking this thread but here is a question
> related question:
>
> If I decide to use only Kryo for all sort of serializations, has anyone
> done this? I mean to also serialize Akka inter-node messages with Kryo?
>
> *This is what I had before:*
> serializers {
> java = "com.romix.akka.serialization.kryo.KryoSerializer"
> }
>
>
> *And this is what I'm testing at the moment by changing every serializer
> declared at Akka actor, remote and cluster:*
> serializers {
> java = "com.romix.akka.serialization.kryo.KryoSerializer"
> bytes = "com.romix.akka.serialization.kryo.KryoSerializer"
> akka-cluster = "com.romix.akka.serialization.kryo.KryoSerializer"
> akka-containers = "com.romix.akka.serialization.kryo.KryoSerializer"
> proto = "com.romix.akka.serialization.kryo.KryoSerializer"
> daemon-create = "com.romix.akka.serialization.kryo.KryoSerializer"
> }
>
> *Any thoughts? Is there any of these types that Kryo serializer would do
> more harm than good?*
>
> Thanks a lot,
>
> Guido.
>
> --
> >>>>>>>>>> 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 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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.