Skip to content

Couldn't resolve server from bootstrap.servers as DNS resolution failed #1264

Answered by AlexVegaIT
AlexVegaIT asked this question in Q&A
Discussion options

You must be logged in to vote

An update from this morning, I've resolved this issue within next steps

  • Run the AKHQ container with "docker-compose -f file_name.yml up"
  • Open another WSL window (if you are using Windows OS) and type "docker container list" to get a container ID
  • In that same terminal/wsl then type "docker exec -u root -it CONTAINER_ID /bin/bash"
  • Go to /etc folder and type "echo "nameserver 1.1.1.1" > resolv.conf"

Right after resolv.conf is amended AKHQ app will start resolving listed clusters, topics etc.
I hope that this will trigger you to investigate this and someone to help resolve this temporary.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@tchiotludo
Comment options

Answer selected by tchiotludo
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants