On Friday, 8 August 2014 08:53:14 UTC+8, Gary Malouf wrote:
>
> I don't see it mentioned on this particular thread, but I feel creating 
> reliable sagas across processors (Aggregates) is a real challenge right now 
> as well.  Having a clearly documented way to do this is critical IMO to 
> creating a more complex and reliable CQRS-based apps.
>

+1  I have mentioned this before in another thread.  IMHO, CQRS depends 
heavily on an event queue for the read model, sagas and for integration 
with other systems, which subscribe to the events etc.  A journal just for 
processor persistence is not enough, again in my opinion.   

This is why I am excited about Kafka.  It seems to be able to be a journal 
(with some restrictions or configured to maintain events forever) and an 
event queue that other processes and systems can subscribe to.  

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