Reposting from Stack Overflow <http://stackoverflow.com/questions/29125738/specify-storage-plugins-on-a-per-actor-basis-with-akka-persistence> to get more exposure.
Can I specify which storage plugins (for journaling and snapshotting) a PersistentActor should use when its instantiated? (As opposed to using globally-specified storage plugins, hard-coded in application.conf, that apply to all actors.) There are compelling reasons for me to *not* use shared storage for all persistent actors in my project. -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
