You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running an Akka.Cluster.Sharding setup with storage-mode = persistence and remember-entities = on, it turns out that it is impossible to permanently kill any entity actors even if this is the desired outcome.
I can send along a small reproduction example in short order, but the quick version: entity actors that terminate themselves via Context.Stop are always restarted by Akka.Cluster.Sharding within a few seconds and these actors are also automatically created when an Akka.Cluster.Sharding node recreates following a process restart of a singleton cluster.