[doc] add a for a better flow (#28322)
This commit is contained in:
parent
b706dbcbd3
commit
a5ed9ee262
1 changed files with 1 additions and 1 deletions
|
|
@ -440,7 +440,7 @@ command or the reply will be sent later, perhaps after some asynchronous interac
|
|||
## Serialization
|
||||
|
||||
The same @ref:[serialization](../serialization.md) mechanism as for actor messages is also used for persistent actors.
|
||||
When picking serialization solution for the events you should also consider that it must be possible read old events
|
||||
When picking a serialization solution for the events you should also consider that it must be possible read old events
|
||||
when the application has evolved.
|
||||
Strategies for that can be found in the @ref:[schema evolution](../persistence-schema-evolution.md).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue