Hi Brian,

you can register multiple transports, but binding to multiple TCP sockets
is currently not supported.

Regards,

Roland



On Thu, Feb 13, 2014 at 1:34 PM, Brian McGee <b.m.mc...@gmail.com> wrote:

> Ok thanks for the clarification. So what if you wish to bind to multiple
> interfaces?
>
> Brian
>
>
> On Thursday, February 13, 2014 1:31:05 PM UTC+1, Akka Team wrote:
>
>> Hi Brian,
>>
>> the rule is very simple: whatever you configure under netty.tcp.hostname
>> will become part of your ActorSystem's address and must be used by remote
>> actors *exactly* (i.e. literally that String which is provided). This
>> means that this String must resolve to the same system (IP) for all actors
>> communicating with this system. "0.0.0.0" will therefore never work, since
>> connecting to that address is illegal.
>>
>> Regards,
>>
>> Roland
>>
>>
>>
>> On Tue, Feb 11, 2014 at 2:01 PM, Brian McGee <b.m....@gmail.com> wrote:
>>
>>> Hey,
>>>
>>> For local testing with Akka 2.2.x I had configured a simple cluster with
>>> a single seeder. For the hostname in various config sections I was using
>>> 0.0.0.0. After migrating to 2.3.0-RC2 I now get lots of "endpointWriter -
>>> dropping message ... arriving at [akka.tcp://cluster@0.0.0.0:2552]
>>> inbound addresses are [akka.tcp://cluster@127.0.0.1:2552]" entries
>>> appearing in the logs of any node which is not a seeder. I've tried
>>> changing the config, using 127.0.0.1 instead of 0.0.0.0 but can't resolve
>>> it.
>>>
>>> There seems to be some resolution of 127.0.0.1 to 0.0.0.0 somewhere and
>>> in doing so the cluster doesn't seem to recognise itself or something. I've
>>> even tried a 2 node (1 seeder, 1 other) setup without specifying hostname
>>> in any of the config in the hopes a default setup would resolve it but
>>> still I get these log entries.
>>>
>>> What am I doing wrong?
>>>
>>> Brian
>>>
>>> --
>>> >>>>>>>>>> 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 unsubscribe from this group and stop receiving emails from it, send
>>> an email to akka-user+...@googlegroups.com.
>>> To post to this group, send email to akka...@googlegroups.com.
>>>
>>> Visit this group at http://groups.google.com/group/akka-user.
>>> For more options, visit https://groups.google.com/groups/opt_out.
>>>
>>
>>
>>
>> --
>> Akka Team
>> Typesafe - The software stack for applications that scale
>> Blog: letitcrash.com
>> Twitter: @akkateam
>>
>  --
> >>>>>>>>>> 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 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/groups/opt_out.
>



-- 
Akka Team
Typesafe - The software stack for applications that scale
Blog: letitcrash.com
Twitter: @akkateam

-- 
>>>>>>>>>>      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 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/groups/opt_out.

Reply via email to