How do we handle persistence in case we are using akka routers. We would want to persist the unprocessed messages in the mailbox and be able to process them in case of server crashes and restarts. i know classic dispatchers provide filebasedmailbox for persistence
Asked
Active
Viewed 24 times
0
-
1Check out akka persistence https://doc.akka.io/docs/akka/current/persistence.html – SwiftMango Jul 27 '20 at 13:02
-
1You want to check out [At-Least-Once Delivery](https://doc.akka.io/docs/akka/current/persistence.html#at-least-once-delivery) – yiksanchan Jul 27 '20 at 15:39