I'm really struggling to understand what an event sourced DDD design looks like with Akka persistence. Are any complete examples on the way (perhaps in Activator) ?
In particular, some of Vaughn Vernon's stuff seems to suggest aggregate *instances* as actors (which I find a bit confusing and hard to relate to supervision hierarchies) whereas the old eventsourced example had actors as aggregate *processors*, but also included in-memory domain and STM in the mix. I very much enjoyed this series, but it's not using Akka: http://blog.zilverline.com/2011/02/01/towards-an-immutable-domain-model-introduction-part-1/ I eventually found this example mentioned (but not linked) in the Akka Persistence documentation: https://github.com/akka/akka/tree/master/akka-samples/akka-sample-persistence but it's not saving state on a per-aggregate basis. Thanks in advance for any enlightenment. -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> 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/groups/opt_out.
