-
Notifications
You must be signed in to change notification settings - Fork 792
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could not dial broker: dial tcp: lookup kafka-1.kafka.kafka-ca1.svc.cluster.local: device or resource busy #285
Comments
FIX: I was creating a statically linked go binary, which caused some issue for DNS look ups |
what does this mean? @malonaz |
We've run into a similar issue where, given a static go binary, seemingly anything ending in Reading through Name Resolution and .local suggests that golang may correctly be treating Not sure I've got the details 100% yet, but wanted to post this here. See also golang/go#16739, though I'm observing this when compiling with go 1.12.3. |
was facing the same issue. Adding runtime environment |
Hey all,
I'm not sure if this qualifies for an issue, but I've been trying to setup a kafka on my micro-service project and I keep hitting the 'resource busy', when deploying on minikube.
I believe that my zookeeper/kafka setup is correct because I can run a node.js application that publishes and consumes from a topic successfully.
Is there some driver, library I must install on my docker image before I spin my golang binary?
Any help would be much appreciated, thank you.
The text was updated successfully, but these errors were encountered: