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.

Reply via email to