Hi Martynas, Thanks. Still I have open questions.
We are working on POC using akka persistence. Want to use views, but looking clarity on below, Are there any drawbacks of multiple views for one persistent actor? I have updated myself from this thread <https://groups.google.com/forum/#!topic/akka-user/MNDc9cVG1To>. Consider we start using multiple views, any future enhancement in akka persistence views impact code/implementation? -Prakhyat M M On Tuesday, 7 October 2014 14:46:06 UTC+5:30, Martynas Mickevičius wrote: > > Hello Prakhyat, > > yes, you can have multiple PersistentViews for one persistenceId. > > PersistentViews will have a bit of a rethink in the near future as noted > in this thread > <https://groups.google.com/forum/#!topic/akka-user/MNDc9cVG1To>. > > On Mon, Oct 6, 2014 at 9:40 AM, Prakhyat Mallikarjun <[email protected] > <javascript:>> wrote: > >> Team, >> >> Will akka persistence support multiple views for one PersistentActor? >> >> If yes, is it recommended to use multiple views for one PersistentActor? >> Are there any drawbacks of multiple views for one persistent actor?Also can >> any future enhancement in akka persistence impact this behavior? >> >> -Prakhyat M M >> >> -- >> >>>>>>>>>> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at http://groups.google.com/group/akka-user. >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Martynas Mickevičius > Typesafe <http://typesafe.com/> – Reactive > <http://www.reactivemanifesto.org/> Apps on the JVM > -- >>>>>>>>>> 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.
