-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
First, thanks for the great talk!
I was playing around with the code, tried different akka routers, e.g. AdaptiveLoadBalancingGroup. My problem is, that i wanted to try thesse things locally with docker-compose
, but it seems that they cant talk to each other. When i start it with docker-compose --scale akka=3
, it spawns 3 independent clusters instead of joining to one cluster.
I tried to modify the netty http settings by changing the port to 0, so each node will listen on a different port. They were now able to find the cluster through etcd, but were unable to talk to each other. I think this has to do with the networking in docker?
Any thoughts or ideas appreciated!
Metadata
Metadata
Assignees
Labels
No labels