[akka-user] Failing to see router configuration when using context.ActorOf(FromConfig.props(Props[LogWorker]),"logWorker")

2016-10-21 Thread mnielsen894
I would be grateful for some help with this Akka configuration question. This is probably something obvious, but I've been googling and looking at for a day or two and have not yet come up with an answer. Checking the name of the ActorSystem at the top of RCStreamReceiver shows that it is inde

Re: [akka-user] Failing to see router configuration when using context.ActorOf(FromConfig.props(Props[LogWorker]),"logWorker")

2016-10-28 Thread Akka Team
Hi, I think you need a double-star there (**), since the actor is deeper down in the hierarchy. -Endre On Fri, Oct 21, 2016 at 3:38 PM, wrote: > I would be grateful for some help with this Akka configuration question. > This is probably something obvious, but I've been googling and looking at

Re: [akka-user] Failing to see router configuration when using context.ActorOf(FromConfig.props(Props[LogWorker]),"logWorker")

2016-10-28 Thread Patrik Nordwall
I'm not sure, but I think double-star is only supported at the end of the config path fre 28 okt. 2016 kl. 13:41 skrev Akka Team : > Hi, > > I think you need a double-star there (**), since the actor is deeper down > in the hierarchy. > > -Endre > > On Fri, Oct 21, 2016 at 3:38 PM, wrote: > > I w

Re: [akka-user] Failing to see router configuration when using context.ActorOf(FromConfig.props(Props[LogWorker]),"logWorker")

2016-10-28 Thread Mike Nielsen
The double-star failed anyway. On Fri, Oct 28, 2016 at 11:50 AM, Patrik Nordwall wrote: > I'm not sure, but I think double-star is only supported at the end of the > config path > > fre 28 okt. 2016 kl. 13:41 skrev Akka Team : > >> Hi, >> >> I think you need a double-star there (**), since the a

Re: [akka-user] Failing to see router configuration when using context.ActorOf(FromConfig.props(Props[LogWorker]),"logWorker")

2016-10-28 Thread Patrik Nordwall
Try "*/*/*/logWorker" which should correspond to /$a/StreamSupervisor-0/flow-3-2-actorSubscriberSink/logWorker fre 28 okt. 2016 kl. 22:44 skrev Mike Nielsen : > The double-star failed anyway. > > On Fri, Oct 28, 2016 at 11:50 AM, Patrik Nordwall < > patrik.nordw...@gmail.com> wrote: > > I'm not s