Re: [akka-user] AKKA crashed using kryo serialization sometimes

2017-03-05 Thread Dai Yinhua
Thank you guys. I would try to find out the reproduce procedure, and reported to github. On Saturday, 4 March 2017 00:09:21 UTC+8, Justin du coeur wrote: > > On Thu, Mar 2, 2017 at 8:55 PM, Dai Yinhua > wrote: > >> I am using AKKA 2.4.12 and kryo 0.5.2 with scala version

Re: [akka-user] AKKA crashed using kryo serialization sometimes

2017-03-05 Thread Dai Yinhua
Konrad, Really? I was thing serialization would be needed for inter process communication. -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html >> Search the archives:

Re: [akka-user] Re: Persistent FSM and at least once delivery

2017-03-05 Thread Konrad Malawski
Thanks for the ticket, let us know if you have a moment to try it out :) -- Konrad `ktoso` Malawski Akka @ Lightbend On 5 March 2017 at 22:27:15, Tomer Rothschild (roto...@cloudshare.com) wrote: Thanks for the quick reply :) I have created the following

Re: [akka-user] Persistent FSM and at least once delivery

2017-03-05 Thread Konrad Malawski
I'm considering using Akka for my team's next big project in Java. Very cool, thanks for reaching out too. I find both of the following capabilities to be desirable in the same actor: 1. Persistent FSM 2. At least once delivery I haven't found a Java abstract actor class that provides

[akka-user] Persistent FSM and at least once delivery

2017-03-05 Thread Tomer Rothschild
Hi I'm considering using Akka for my team's next big project in Java. I find both of the following capabilities to be desirable in the same actor: 1. Persistent FSM 2. At least once delivery I haven't found a Java abstract actor class that provides both functionalities. So my

[akka-user] Re: [DesignProposal] AKKA cluster in Docker Swarm Environment

2017-03-05 Thread Evgeny Shepelyuk
Hello Well, we stuck to using ConstructR + Zookeeper :) неділя, 5 березня 2017 р. 11:53:32 UTC+2 користувач Ashley Aitken написав: > > > Hi Evgeny, > > Could you briefly describe what you did (or is it exactly as described in > links)? I am interested in doing this too and like you would

[akka-user] Re: [DesignProposal] AKKA cluster in Docker Swarm Environment

2017-03-05 Thread Ashley Aitken
Hi Evgeny, Could you briefly describe what you did (or is it exactly as described in links)? I am interested in doing this too and like you would (have) like(d) to not use another service and zookeeper etc. I may have been thinking along the same lines as you as well, i.e. having the seed

[akka-user] Re: How to get the number of source actors with akka stream?

2017-03-05 Thread Rafał Krzewski
Hi Leo, The actor is created each time you materialize a new instance of your stream, which is something your application code does explicitly. Materializing the stream yields and ActorRef that you can send to a dedicated tracking actor. Each time it receives and ActorRef, it increments an