Since upgrading to akka 2.4.2-RC2, I’m seeing the following warning on startup:
background log: info: [WARN] [02/04/2016 15:21:46.414] [ClusterSystem-akka.actor.default-dispatcher-25] [akka.serialization.Serialization(akka://ClusterSystem)] Using the default Java serializer for class [org.xxx.eim.ExperimentInstance$RegisterProxySucceededEvent] which is not recommended because of performance implications. Use another serializer or disable this warning using the setting 'akka.actor.warn-about-java-serializer-usage' I’ve looked at the documentation here: http://doc.akka.io/docs/akka/snapshot/java/serialization.html <http://doc.akka.io/docs/akka/snapshot/java/serialization.html> but can find no documentation on what serialization implementations are recommended or what factors to consider when choosing a serialization implementation. I’m not really keen on having to write my own serializer, nor in adding serialization methods to each of the objects used in akka-persistence. What are the recommendations here? — Eric -- >>>>>>>>>> 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.
