Hi Roland,

On Thursday, August 28, 2014 11:00:17 AM UTC+1, rkuhn wrote:

Concerning types I assume that there is an implicit expectation that they 
> work like types in Java: when I persist a ShoppingCartCreated event I want 
> to see it in the stream for all ShoppingCartEvents. This means that the 
> Journal needs to understand subtype relationships that in turn have to be 
> lifted from the programming language used. It might be that this is 
> possible, but at least it is not trivial. Is it reasonable to expect most 
> Journal implementations to support this?
>

Having a stream per event type is overkill in my opinion. I think first and 
foremost the *primary* need concerning types is to be able to group per 
persistent actor type and not to differentiate individual events, that's 
possible to do afterwards with something like streamz by Martin.

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