We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi There, I should access producer from local to expose (NodePort) My command :
bin/kafka-console-producer.sh --broker-list {master-ip}:32400 \ --topic test
Result:
WARN [Producer clientId=console-producer] Error connecting to node kafka-0.broker.kafka.svc.cluster.local:9092 (id: 0 rack: null) (org.apache.kafka.clients.NetworkClient) java.net.UnknownHostException: kafka-0.broker.kafka.svc.cluster.local
please help me, Thank you
The text was updated successfully, but these errors were encountered:
I have also experienced this issue.
Sorry, something went wrong.
No branches or pull requests
Hi There,
I should access producer from local to expose (NodePort)
My command :
Result:
WARN [Producer clientId=console-producer] Error connecting to node kafka-0.broker.kafka.svc.cluster.local:9092 (id: 0 rack: null) (org.apache.kafka.clients.NetworkClient) java.net.UnknownHostException: kafka-0.broker.kafka.svc.cluster.local
please help me,
Thank you
The text was updated successfully, but these errors were encountered: