[akka-user] Re: what is the best practice when implementing DDD following akka-persistence-eventsourcing

2015-06-24 Thread Juan José Vázquez Delgado
Hi Avi, I've found this project [1] particularly useful in order to implement your DDD modeling with the use of Akka. Kudos for Paweł Kaczor. In our implementation, we've changed some backends, as Kafka and Cassandra instead of Event Store, and built some others building blocks, but this

Re: [akka-user] Re: what is the best practice when implementing DDD following akka-persistence-eventsourcing

2015-06-24 Thread Avi Levi
Thanks you Juanjo! 2015-06-24 16:07 GMT+03:00 Juan José Vázquez Delgado juanjo.vazquez.delg...@tecsisa.com: Hi Avi, I've found this project [1] particularly useful in order to implement your DDD modeling with the use of Akka. Kudos for Paweł Kaczor. In our implementation, we've changed

[akka-user] Re: what is the best practice when implementing DDD following akka-persistence-eventsourcing

2015-06-23 Thread Vaughn Vernon
Hello Avi, I find several things in your example questionable, and basically not well modeled. You seem to be taking for of a technical approach to your model and probably not having conversations with domain experts. Does your domain expert really refer to VehicleAggregate, UserAggregate, and