[akka-user] A thin slice code to demonstrate how Akka Actors work

2018-02-27 Thread Unmesh Joshi
Hi, Last few days I have been talking to various developers explaining and discussing what Actors are. I found that even if high level of understand is there, developers find it hard to understand how various things like dispatchers, mailboxes and actual Actor classes wire up when the code

[akka-user] Using HTTP(S) proxy support

2018-02-27 Thread David Walend
In development I'm about to switch from the spray http client to akka-http's client - motivated by a customer stuck behind a https client-side proxy. I've read through https://doc.akka.io/docs/akka-http/current/client-side/client-transport.html?language=scala , and think I get it. However,

Re: [akka-user] Artery remoting seems to be endian-dependent

2018-02-27 Thread Konrad “ktoso” Malawski
Thanks Alan, please do report back here or as a ticket on github.com/akka/akka :) Thanks for helping harden artery! -- Cheers, Konrad 'ktoso ' Malawski Akka @ Lightbend On February 27, 2018 at 18:40:57, Alan Burlison

Re: [akka-user] Artery remoting seems to be endian-dependent

2018-02-27 Thread Alan Burlison
On 27/02/18 06:32, Konrad “ktoso” Malawski wrote: I’d expect some failures to be logged if your guess is correct, nothing in the logs? There's a message about the connect to the other node timing out, but no other detail - hence the question :-) Thanks for reporting, it could be a bug