You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following error after runing kafka-ui docker:
AdminClient clientId=kafka-ui-admin-1707208145-7] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available.
Describe the feature you're interested in
I want to log into the kafka server successfully.
Describe alternatives you've considered
I did read this issue, however the issue still remain. #573
Version you're running
the latest version
Additional context
No response
The text was updated successfully, but these errors were encountered:
If you point to localhost within a container it will send requests to the container's loopback interface and since Kafka lives in another container this cannot work.
Instead put kafka ui and kafka on the same docker network and resolve using the container name like so :
kafka-ui | 2024-08-24 15:50:31,526 WARN [kafka-admin-client-thread | kafka-ui-admin-1724514626-3] o.a.k.c.NetworkClient: [AdminClient clientId=kafka-ui-admin-1724514626-3] Connection to node 1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available.
Issue submitter TODO list
Is your proposal related to a problem?
This is my docker compose file that helps me to create my kafka server.
kafka_server_jaas.conf
This is my docker for creating kafka-ui
I get the following error after runing kafka-ui docker:
AdminClient clientId=kafka-ui-admin-1707208145-7] Connection to node -1 (localhost/127.0.0.1:9092) could not be established. Broker may not be available.
Describe the feature you're interested in
I want to log into the kafka server successfully.
Describe alternatives you've considered
I did read this issue, however the issue still remain.
#573
Version you're running
the latest version
Additional context
No response
The text was updated successfully, but these errors were encountered: