Replies: 1 comment 6 replies
-
What does running in localhost mean? The error |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Below is my YAML file to deploy kafka, and all the pods are running fine when I deploy kafka cluster but when I use 127.0.0.1:32100 as bootstap server then I'm getting the following error
WARN [AdminClient clientId=adminclient-1] Connection to node -1 (/127.0.0.1:32100) could not be established. Broker may not be available. (org.apache.kafka.clients.NetworkClient)
But when I use the same configuration without advertisedHost then kafka is running perfectly fine but it's not running in localhost. Can someone help me in running kafka in localhost
Beta Was this translation helpful? Give feedback.
All reactions