Hi Prakhyat, Where to start your persistent view should be based on what you try to achieve with it, and how tightly coupled its life cycle should be to the persistent actor. You might want to separate them for scalability and performance reasons (the views and actors can have very different peformance characteristics).
When you say postStartup method, which method do you mean exactly? I can't find any postStartup method in akka 2.3.6. B/ On 31 October 2014 at 13:58:33, Prakhyat Mallikarjun ([email protected]) wrote: Team, We are currently instantiating Persistence View's from postStartup method of persistent actor. Is this the right place? What are the recommendations for instantiating Persistence View's? and from where? -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]. 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. -- Björn Antonsson Typesafe – Reactive Apps on the JVM twitter: @bantonsson -- >>>>>>>>>> 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.
