On Tuesday, 2 September 2014 01:32:20 UTC+8, Greg Young wrote: > > Most systems that store state say ORM and publish events are just really > broken (in a subtle way). They have the problem of two sources of truth > (what if they disagree?) >
Thank you Greg, I agree. My friendly challenge wasn't to discount or deprecate event sourcing in general (and especially in Akka) but just to point out that aggregate persistence is somewhat orthogonal to the rest of CQRS and the rest of CQRS is not just the read-side. I've focussed somewhat on persistent managers on the write-side but, as others have also pointed out (and as I am sure you know), the "event bus" is also used for systems integration and even application events. I don't feel PersistentActor is the full solution on the write-side. -- >>>>>>>>>> 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.
