Re: [akka-user] Re: persistentActor not receiving messages??

2015-11-06 Thread Ian Holsman
completely silent. On Thu, Nov 5, 2015 at 11:58 PM, Patrik Nordwall wrote: > Didn't you see anything in the logs? I'm asking because if it is silent it > is something we must improve. > > /Patrik > > fre 6 nov. 2015 kl. 01:28 skrev Ian Holsman : > >> Thank

Re: [akka-user] Re: persistentActor not receiving messages??

2015-11-05 Thread Ian Holsman
snapshot plugin... > By the way, in my experience, issues with send message to persistent actor > normally are associated with persistence plugin settings. The actor cannot > be initialized if there is problems with persistence. > > > On Thursday, November 5, 2015 at 11:07:

[akka-user] persistentActor not receiving messages??

2015-11-05 Thread Ian Holsman
;akka-stream-experimental_2.11" % akkaStream, "io.jvm.uuid" %% "scala-uuid" % "0.2.1", "com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.6.1", "org.scalatest" %% "scalatest" % "2.2.5&q

Re: [akka-user] how to extract the (json) string out of a (Akka-http) RequestEntity

2015-01-16 Thread Ian Holsman
bed to the Google Groups > "Akka User List" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to akka-user+unsubscr...@googlegroups.com. > To post to this group, send email to akka-user@googlegroups.com. > Visit this group

Re: [akka-user] Re: [akka-persistence] Testing systems which have Persistence

2015-01-06 Thread Ian Holsman
o if you have > common code used in more than one test, just send in the system as a > parameter, and create a new JavaTestKit. > > If you use Scala, this can probably (?) be done in a different way, I would > not know... > > Kind regards, > > Anders > > > kl. 04:0

Re: [akka-user] Re: [akka-persistence] Testing systems which have Persistence

2015-01-05 Thread Ian Holsman
ors I would immediatly kill. > > Hope this was helpful! > > Best regards, > > Anders Båtstrand > > kl. 19:20:30 UTC+1 fredag 2. januar 2015 skrev Ian Holsman følgende: >> >> Hi. >> >> I'm building a 'toy' game that makes uses of akka-pe

Re: [akka-user] Finding other actors

2015-01-05 Thread Ian Holsman
ml. > This works well for actors that should be singletons within a given > ActorSystem - you get this from extensions. > > -Patrick > > On 29 December 2014 at 16:19, Ian Holsman wrote: >> >> Hi. >> >> I was wondering what the best practice was for findin

[akka-user] [akka-persistence] Testing systems which have Persistence

2015-01-02 Thread Ian Holsman
Hi. I'm building a 'toy' game that makes uses of akka-persistence, in order to learn it. in a nutshell the game is 1000's of people/bots create villages, they act independently of each other, and generally pass messages to each other to chat/fight and all that good stuff. Where I am having pr

[akka-user] Finding other actors

2014-12-29 Thread Ian Holsman
his instead to find it, and if this is the preferred way of dealing with finding actors. ie. never hold-on to ActorRefs, and just use actorSelection to find them. or is there a better pattern I should be using. Thanks! Ian -- Ian Holsman i...@holsman.com.au PH: + 61-3-9028 8133 / +1-(425) 998-

[akka-user] [streaming] newbie Q's about time and scale

2014-05-29 Thread Ian Holsman
ailing that how can I allocate resources to a producer? Thanks Ian -- Ian Holsman i...@holsman.com.au PH: + 61-3-9028 8133 / +1-(425) 998-7083 -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >&