This commit is contained in:
Ignasi Marimon-Clos 2020-07-21 10:17:05 +02:00 committed by GitHub
parent 212de410b0
commit a51a85c8ad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -321,7 +321,7 @@ used for new projects and existing projects should migrate as soon as possible.
Remembering entities automatically restarts entities after a rebalance or entity crash. Remembering entities automatically restarts entities after a rebalance or entity crash.
Without remembered entities restarts happen on the arrival of a message. Without remembered entities restarts happen on the arrival of a message.
Enabling remembered entities disables @ref:[Automtic Passivation](#passivation). Enabling remembered entities disables @ref:[Automatic Passivation](#passivation).
The state of the entities themselves is not restored unless they have been made persistent, The state of the entities themselves is not restored unless they have been made persistent,
for example with @ref:[Event Sourcing](persistence.md). for example with @ref:[Event Sourcing](persistence.md).