Skip to content

Docker Compose Scaling #1

@MartinSeeler

Description

@MartinSeeler

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions