Using akka 2.6.10 classic
I’m getting java.io.NotSerializableException
that originates from akka.remote.MessageSerializer$.serializeForArtery
I understand how to make this class serializable, but…
by design and based on code inspection and searching for references with IntelliJ, this class should never be part of an actor message, much less a remote actor message.
Any tips on debugging are appreciated.
TIA,
-david
1 post - 1 participant