Re: [akka-user] Kafka journal

2014-07-12 Thread Thomas Lockney
Hi Richard, I saw that post of Martin's and even replied, as I'm very interested in this approach. One thing to keep in mind is that conceptually speaking the difference between durable and persistent is really not that huge. There is simply an assumption that something that's durable will eventua

Re: [akka-user] Akka (and actor model) modeling and diagramming

2014-07-12 Thread Thomas Lockney
Hi Diego, to slightly continue the thread from Twitter -- I almost mentioned this there, in fact -- I have had Petri net diagrams ( http://en.wikipedia.org/wiki/Petri_net) mentioned to me more than once as a possible source of inspiration or derivation for diagraming actor interactions, at the lea

[akka-user] Akka (and actor model) modeling and diagramming

2014-07-12 Thread Diego Magalhães
Greetings, I just started to play with akka and find it difficult to express current architectures => actor based and event driven architecture without using only circles and tree like hierarchies of actors. Do you have any resource on that? The quora question related to the subject:

Re: [akka-user] Questions about akka persistence and scalability

2014-07-12 Thread Richard Rodseth
I just watched this ScalaDays talk which was pretty good http://www.parleys.com/play/53a7d2c3e4b0543940d9e53b/chapter0/about As I understand it, you either use ClusterSingleton or ClusterSharding (the latter if your aggregates are actors). The cluster sharding Activator template is a nice clear e

[akka-user] Questions about akka persistence and scalability

2014-07-12 Thread Alexandre Delegue
Hi, I have some questions about akka persistence and scalabity and how to implement certain use case. The idea is to have an application that I can clone depending on the load. With akka persistence (event sourcing), if I clone an app I will have N persistents actor with the same persistent

[akka-user] Re: Akka 5 Year Anniversary--Thank you guys

2014-07-12 Thread
It has been, and continues to be, an amazing piece of technology with an inspiring, engaging and growing number of users and committers. Thank you everyone, √ On Thursday, July 10, 2014 6:58:20 PM UTC+2, Jonas Bonér wrote: > > Hi guys. > > With the five year anniversary of Akka coming up on Ju

[akka-user] Kafka journal

2014-07-12 Thread Richard Rodseth
I saw a tweet from Martin Krasser that he was working on an Akka Persistence journal plug-in for Kafka. This puzzled me a bit since Kafka messages are "durable" rather than "persistent" - they are stored for a configurable time. Could anyone comment on a typical usage? Assuming that your persisten

Re: [akka-user] Re: Play and Akka in one Cluster

2014-07-12 Thread Rafał Krzewski
Very cool! Thanks for sharing :) cheers, Rafał W dniu sobota, 12 lipca 2014 11:27:11 UTC+2 użytkownik Muki napisał: > > Hi Martynas, > > Thanks a lot for taking some time to go through my code. I just published > the activator > template > >play-akka-cluster-sample >

Re: [akka-user] [Akka-cluster][version 2.3.0] Failed to write message to the transport when more than 4 nodes joined into the cluster

2014-07-12 Thread Mint
Hi Martynas, Sorry to reply you so late. I was on vacation. Of course I can submit a pull request for this. I have created a issue on the repo of Akka, plz check this 15530 And I have committed the modification in my own repo forked from Akka repo

Re: [akka-user] Re: Play and Akka in one Cluster

2014-07-12 Thread Muki
Hi Martynas, Thanks a lot for taking some time to go through my code. I just published the activator template play-akka-cluster-sample cheers, Muki Am Freitag, 11. Juli 2014 12:22:39 UTC+2 schrieb Martynas Mickevičius: > >