Another piece to the puzzle: 
docker <-> docker does work routed through the host as long as the 
containers run on different hosts.
It's only when doing docker <-> docker routed through host on the same host 
that it doesn't work.

Seems like an issue in the artery or aeron protocol.


Den onsdag 9 november 2016 kl. 19:29:44 UTC+1 skrev Akka Team:
>
> Ah, sorry, didn't notice it in the command line.
>
> Can you verify with some other tool that you can communicate using udp 
> between the nodes? (using netcat for example)
>
> Set logs to debug to see if there is anything helpful in there.
> Additionally artery contains a "flight recorder" which you can enable 
> using the setting akka.remote.artery.advanced.flight-recorder.enabled, it 
> will write artery related events to a binary logfile, which you can then 
> feed to akka.remote.artery.FlightRecorderDump in akka-remote to get human 
> readable output, it may also contain some hints about what/why/how it is 
> not working.
>
> --
> Johan
> Akka Team
>
> On Wed, Nov 9, 2016 at 7:14 PM, <johan.kjolhed...@gmail.com <javascript:>> 
> wrote:
>
>> Yes - i Did. Please see my original post for details. You will see that I 
>> use the udp parameter for my docker port forwarding. Also please note that 
>> I've tested artery successfully in docker as long as one of the 
>> applications is running outside docker. However the problem occurs only 
>> when both producer and consumer run in containers. See the test results 
>> table and error log in my previous message for more details.
>>
>> /Johan
>>
>> --
>> >>>>>>>>>>      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+...@googlegroups.com <javascript:>.
>> To post to this group, send email to akka...@googlegroups.com 
>> <javascript:>.
>> Visit this group at https://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>

-- 
>>>>>>>>>>      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 https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to