Hi I'm experimenting with serializers and therefore have the setting akka.actor.serialize-messages = on right now.
This produces the following error when running: service-idp [ERROR] [04/02/2015 23:37:38.487] [main] [akka://ApoyoCluster/user/$a/flow-1-1-map] swallowing exception during message send service-idp java.io.NotSerializableException: akka.stream.impl.ActorProcessor The stack trace is longer, I can include it in a gist if it helps. But is this is a bug or expected behaviour? I can't continue with serialization as long as akka-stream is on my classpath. I am using akka-stream-experimental, akka-http-core-experimental, akka-http-experimental version 1.0-M5 and akka-persistence-experimental version 2.3.9. Tried setting it explicitly in akka.actor.serialization-bindings but still the same error. If needed I can do more troubleshooting and/or produce test cases. With akka.actor.serialize-messages = off this does not occur, on my local machine at least. /Magnus -- >>>>>>>>>> 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 http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
