OK, then at least I know that much. :) I'll be staying tuned then for when things are picked up again. Thanks. /Magnus
2015-04-17 16:14 GMT+02:00 Patrik Nordwall <[email protected]>: > > > On Thu, Apr 16, 2015 at 10:32 AM, Magnus Andersson < > [email protected]> wrote: > >> Hi >> >> Sorry for being late to the party. I hope you don't mind a question >> around the PersistentView part: >> >> The way I read it the default interaction would be the following: >> >>> >> >>> case class QueryByPersistenceId(id: String, fromSeqNr: Long, toSeqNr: >>> Long) >>> case class EventStreamOffer(metadata: Metadata, stream: >>> Flow[PersistentMsg]) >>> >> >> This query would be handled by the Journal. Today we don't interact >> directly with the underlying Journal, instead it is done through >> PersistentActors and PersistentViews. >> >> Since PersistentView seems to be going away ("...any Actor can obtain the >> ActorRef for a given Journal..."), does that mean that the PersistentActor >> will be the one to provide an actor ref for the journal or will the journal >> be available separately in read mode? >> > > We have not designed this in detail, so there is no answer to your > question at the moment. > /Patrik > > >> >> /Magnus >> >> >> -- >> >>>>>>>>>> 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. >> > > > > -- > > Patrik Nordwall > Typesafe <http://typesafe.com/> - Reactive apps on the JVM > Twitter: @patriknw > > -- > >>>>>>>>>> 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 a topic in the > Google Groups "Akka User List" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/akka-user/MNDc9cVG1To/unsubscribe. > To unsubscribe from this group and all its topics, 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. > -- Magnus Andersson Mollyware AB +46-738-403885 [email protected] www.mollyware.se -- >>>>>>>>>> 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.
