a question related to Akka Persistence 2.3.10
Is there a simple way to gracefully stop PersistentActor
when it is no longer required? Currently, I manually delete all journal messages and snapshots from within an actor on receiving a custom termination message, but is there any out-of-the-box functionality for this?