Re: [akka-user] Is it a bug in deployment configuration?

2016-11-18 Thread Patrik Nordwall
The intention is that /system should not use deployment configuration. akka.actor.deployment is supposed to be for /user actors. Unfortunately there is a bug, that nowadays must be treated as a feature, that system actors below the first level, e.g. /system/foo/bar, are actually picking up the depl

[akka-user] Is it a bug in deployment configuration?

2016-11-12 Thread stella
I'm playing with akka.actor.deployment configuration and found it confusing. Assume that we have the following dispatcher: test-dispatcher{ executor = "thread-pool-executor" type = Dispatcher } and we have two actors: */user/first* and */user/first/second* Now, if we set the deployment conf