obsidiandynamics / kafdrop

Kafka Web UI
Apache License 2.0
5.56k stars 841 forks source link

kafdrop console is not coming up #474

Closed saicharana731 closed 1 year ago

saicharana731 commented 1 year ago

Hi , kafdrop console is not coming up on localhost:9001 , I running it via docker-compose and from the desktop I see all the containers are running fine and no error in logs. but cannot access .

Would appreciate your support here . Im attaching the spec. filw New Text Document.txt

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

mehdihasan commented 1 year ago

Hi @saicharana731, according to your docker compose, you have mapped Kafdrop container port 9000 to your host machine's port 9000.

kafdrop:
    image: obsidiandynamics/kafdrop
    # restart: "no"
    ports:
      - "9000:9000"

You are suppose to access Kafdrop console at localhost:9000, not localhost:9001.