Re: [akka-user] Akka Cluster + EC2, life cycle of seed node

2016-05-23 Thread Bruno Filippone
It seems to me that is smart enough after some testing, but the Akka documentation suggests to use joinSeedNodes in a different manner: "You may also use Cluster(system).joinSeedNodes to join programmatically, which is attractive when dynamically discovering other nodes at startup by using

[akka-user] Re: Akka persistence query examples

2015-11-20 Thread Bruno Filippone
What you want to do is process all the events coming from the PersistenceQuery stream and create a view that can be queried, for example: transform all the events into normalized data and insert them into ElasticSearch. A quick example would look like the following (using

Re: [akka-user] Re: Akka persistence query examples

2015-11-20 Thread Bruno Filippone
, November 20, 2015 at 6:21:34 PM UTC, Patrik Nordwall wrote: > > > > 20 nov. 2015 kl. 18:50 skrev Bruno Filippone <bruno.f...@b-fil.com > >: > > > What you want to do is process all the events coming from the > PersistenceQuery stream and create a view that can be queri