Re: [akka-user] Event Adapters and custom journals

2016-08-14 Thread Patrik Nordwall
On Wed, Aug 10, 2016 at 1:13 PM, Daniel Stoner wrote: > Hi all, > > Having read the docs on EventAdapters (http://doc.akka.io/docs/akka/ > 2.4.9-RC2/java/persistence.html#event-adapters-java) and seeing the > example of how to ignore particular classes I thought this would be a > perfect solution

Re: [akka-user] Akka Actor

2016-08-14 Thread Kenji Kobayashi
Sure I did have a Progress Message via the main actor which call to the workerActor to return current progress, but the user is able to call the endpoint over and over again, that meaning I need some indicator whether the actor has finished or still running. More or less like this schema.. Use

[akka-user] Access Denied Downloading standalone akka_2.11-2.4.9-RC2.zip

2016-08-14 Thread murtuza chhil
Hello, Get an error downloading latest standalone release from page http://akka.io/downloads/ The zip downlod link is http://downloads.typesafe.com/akka/akka_2.11-2.4.9-RC2.zip?_ga=1.68079190.614045507.1468130713 Error page Content AccessDeniedAccess Denied4E93081229D790D5hTqKBgBzP1ydnHyw

[akka-user] What means of akka cluster roles leader?

2016-08-14 Thread Yutao Shuai
What this function means? Select a nodes with specfic roles as the cluster leader or every role

[akka-user] ConductR sandbox linking to another container

2016-08-14 Thread Chris Baxter
I don't know of any ConductR user group or forum out there, so I am asking here. I am playing around with the ConductR sandbox on my Mac and I want to be able to have my 3 ConductR nodes communicate with Cassandra which is running in another local container. Usually, this can be accomplished w

[akka-user] Basic Akka stream server not receiving data sent by client

2016-08-14 Thread murtuza chhil
Hi, I have a simple client that reads a csv file and send it across. When I have a netcat server I can see the data come through. However when I have a Akka stream based server I do see the connection but I don't see the data come through. Could someone be kind enough to let me know where I h