Hello,after creating an actorsystem with this config :remote {netty {hostname = ""port = 0}}I am curious how I can tell what hostname and the port the actorsystem is actually bound to. Ok, the documentation tells me the hostname will actually be InetAddress.getLocalHost.getHostAddress, but that's not really what I want (and how about the port anyway?)Thanks,John--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ: http://akka.io/faq/
>>>>>>>>>> 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 post to this group, send email to akka...@googlegroups.com.
To unsubscribe from this group, send email to akka-user+...@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user?hl=en.
Twitter: @patriknw
Sure, but how do you bootstrap this? in your example the first actorsystem knows the address of the other right?
Yes, it can also be solved using zookeeper, but for that I need the host:port of each app that will register itself, hence my original question
thanks!