The only example in the documentation suggest to send a Passivate message to shard.
https://doc.akka.io/docs/akka/current/typed/cluster-sharding.html#passivation
shard.tell(new ClusterSharding.Passivate<>(getContext().getSelf()));
But for EventSourcedBehavior Actors, they do not have reference to ActorRef which is needed param to create Passivate
1 post - 1 participant