Hi Olger

Could you please elaborate a bit on your appoach? I'm not sure I follow.

Thanks.

On Fri, May 8, 2015 at 4:17 AM, Olger Warnier <ol...@spectare.nl> wrote:

> Hi Alejandro,
>
> You have a number of options
>
> - when you have a single persistence Id, write a view for that
> - when you want to aggregate events of several persistence ids, you can do
> so via the event store (approach of Martin (with Kafka) and Greg (event
> store) )
>  Or you can aggregate the changes to a message queue and read that
>  Or you can aggregate via another persistent actor that publishes the fact
> that something has changed for a specific other persistence id and start a
> view for that id (my approach)
>
> And there may be other ways to solve this of course.
>
> Kind regards,
>
> Olger
>
>
>
> On Fri, May 8, 2015 at 1:07 PM, Alejandro López <ale64...@gmail.com>
> wrote:
>
>> Right now, what would be the best alternative in order to create
>> projections, allowing views to subscribe to arbitrary events as described
>> by Roland above? (or at least a coarse approximation)
>>
>> --
>> >>>>>>>>>> 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
>> akka-user+unsubscr...@googlegroups.com.
>> To post to this group, send email to akka-user@googlegroups.com.
>> Visit this group at http://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>  --
> >>>>>>>>>> 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 akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
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