19 aug 2014 kl. 15:39 skrev Juan José Vázquez Delgado <[email protected]>:

> Hi guys, really interesting thread. However, it follows from this discussion 
> that Akka Persistence is not currently 100% ready for a full CRQS/ES 
> implementation. A little bit frustrating but, to be honest, it's true that 
> it's still an experimental feature. As users, we're assuming this.

Akka Persistence is about persistent actors, using Event Sourcing to achieve 
this goal. This makes it a perfect fit for the C in CQRS. The Q on the other 
hand does not actually need to have anything to do with Akka or actors at all, 
per se. If we can provide nice things then we will, or course :-)

> Anyway, and thinking about how to solve the Query part, what do you think 
> about using some distributed in-memory data grid solution such as Hazelcast 
> or GridGain?.

As I see it you should be able to use whatever fits your use-case for the Query 
side, in particular since the requirements for its structure are domain 
specific. Beware that none of the solutions are built on magic, though, and 
that things which sound too good to be true usually are.

Regards,

Roland

> 
> Regards, 
> 
> Juanjo
> 
> -- 
> >>>>>>>>>> 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.



Dr. Roland Kuhn
Akka Tech Lead
Typesafe – Reactive apps on the JVM.
twitter: @rolandkuhn


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

Reply via email to