kafka-manager-docker
kafka-manager-docker copied to clipboard
Yikes! Ask timed out on [ActorSelection[Anchor
I am getting the following error when using the yaml file at sheepkiller yaml file:
Yikes! Ask timed out on [ActorSelection[Anchor(akka://kafka-manager-system/), Path(/user/kafka-manager)]] after [2000 ms
I was also able to reproduce this issue by running the docker-compose.yml file in this repository with the following command:
Steps to Reproduce
docker-compose up --build
Upon visiting http://localhost:9000 I was able to add a new cluster with the following configuration:
- cluster name: test_cluster
- cluster zookeeper hosts: localhost:2181
- kafka version: 0.9.0.1

The save is successful and a confirmation screen is shown, however when selecting to view the cluster at http://localhost:9000/clusters/test_cluster, this produces the timeout.
