Correcting migration guide to configure serialization of messages (#24159)

This commit is contained in:
Shajahan Palayil 2017-12-14 16:45:36 +01:00 committed by Arnout Engelen
parent 69cf05f917
commit e8ff22e035

View file

@ -384,7 +384,7 @@ the mis-aligned serialization configurations will cause deserialization errors o
### With serialize-messages the deserialized message is actually sent
The flag `akka.actor.serialize-message = on` triggers serialization and deserialization of each message sent in the
The flag `akka.actor.serialize-messages = on` triggers serialization and deserialization of each message sent in the
`ActorSystem`. With this setting enabled the message actually passed on to the actor previously was the original
message instance, this has now changed to be the deserialized message instance.