[akka-user] Akka-stream - source is not processed asynchronously?

2016-10-30 Thread Eugene Dzhurinsky
I want to fetch and process multiple resources using streams. I have a list of user ids and I am traversing the list by mapping the ID to an iterator of other links. So far it works pretty well, however can see that despite of usage of *mapAsyncUnordered* - the stream source is processed

Re: [akka-user] Some remote nodes not joining the cluster

2016-10-30 Thread Viktor Klang
Are the hostnames properly configured/DNS:ed? -- Cheers, √ On Oct 30, 2016 4:45 PM, "Patrik Nordwall" wrote: > The order should not matter. It will retry. > > Firewall rules can be unidirectional and then it matters in which > direction the connection is

Re: [akka-user] Some remote nodes not joining the cluster

2016-10-30 Thread Patrik Nordwall
The order should not matter. It will retry. Firewall rules can be unidirectional and then it matters in which direction the connection is established. sön 30 okt. 2016 kl. 15:36 skrev Jegan : Yes. There are no firewall rules between these machines. I can say this because

Re: [akka-user] Some remote nodes not joining the cluster

2016-10-30 Thread Jegan
Yes. There are no firewall rules between these machines. I can say this because node3 joins the cluster if I start the seed nodes in the order node2, node3 and then node1. This would not happen if there was any network related issue. Does the order of starting seed nodes really matter? The doc