Re: [akka-user] Reactive applications with CQRS and Akka Persistence?

2014-05-09 Thread Jonas Bonér
On Thu, May 8, 2014 at 10:28 PM, Akka Team wrote: > Hi Ashley, > > it is good that you ask these questions! [answers inline] > > On Tue, May 6, 2014 at 8:28 AM, Ashley Aitken wrote: > >> >> >> I thought reactive applications were all event-based and, in particular, >> events could be generated a

Re: [akka-user] Reactive applications with CQRS and Akka Persistence?

2014-05-08 Thread Akka Team
Hi Ashley, it is good that you ask these questions! [answers inline] On Tue, May 6, 2014 at 8:28 AM, Ashley Aitken wrote: > > > I thought reactive applications were all event-based and, in particular, > events could be generated and flow through an application from GUI back to > GUI. > Yes, “r

[akka-user] Reactive applications with CQRS and Akka Persistence?

2014-05-05 Thread Ashley Aitken
I thought reactive applications were all event-based and, in particular, events could be generated and flow through an application from GUI back to GUI. Does the way Akka Persistence Views work prevent this (since they are, if I understand correctly, essentially polling for events)? Can a