v2.13.0 #618
Tochemey
announced in
Announcements
v2.13.0
#618
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Passivation setting per actor during creation. This feature can be used with the following
SpawnOption
:WithPassivateAfter
: sets a custom passivation timeWithLongLived
: ensures that the given actor, once created, will persist for the entire lifespan of the running actor systemCluster Store makes uses of Log-Structed-Merge Tree algo to handle per state cache. One need to set the WAL directory in the
ClusterConfig
usingWithWAL(dir string)
or use the default when enabling cluster. There will be more information on the cluster architecture in the planned doc site.Note: When no passivation is set during the creation of an actor the default passivation will be used. For a child actor, the parent passivation setting will be used.
Pull requests
Full Changelog: v2.12.1...v2.12.2
This discussion was created from the release v2.13.0.
Beta Was this translation helpful? Give feedback.
All reactions