Hi,

Actor deployment configuration can only have wildcards for complete sections, 
like for example "/actorFoo/*/actorBar". It's described in the documentation 
here:

http://doc.akka.io/docs/akka/2.3.7/general/configuration.html#Actor_Deployment_Configuration

Do you have to have a UUID in actor name? Can you give the different routers 
unique names? Then you could use the * for the actor with the UUID.

B/

On 10 December 2014 at 00:33:52, Kaustubh Deshmukh (kaudes...@gmail.com) wrote:

Hello All,

I need small help in solving an akka configuration issue.

Is it possible to have regex in the router paths in conf file?

Use case is that the actor that creates the routers has UUID in its name.

Due to this, while fetching the conf, it complains that conf does not exist at 
particular path.

If I remove the UUID from actors name, it works fine.

Is there some way to have global conf, or relative path, or regex in conf file?

I need to create multiple routers with different properties.

Any help is appreciated.

Thank you.
--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed 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 at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

-- 
Björn Antonsson
Typesafe – Reactive Apps on the JVM
twitter: @bantonsson

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed 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 at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to