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?

/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.

Reply via email to