Correcting migration guide to configure serialization of messages (#24159)
This commit is contained in:
parent
69cf05f917
commit
e8ff22e035
1 changed files with 13 additions and 13 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue