Kafka UI Unable to Load Topic Details #3828
Replies: 2 comments 6 replies
-
@DanukaPraneeth hi, which kafka is that? |
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
-
Hi All,
I deployed a kafka-UI container in a server and tried to connect with the kafka cluster using the below command.
docker run -p 8080:8080 --name kafka-ui -e KAFKA_CLUSTERS_0_NAME=local -e KAFKA_CLUSTERS_0_BOOTSTRAPSERVERS=XX.XX.XX.XX:9093 -d provectuslabs/kafka-ui:latest
Kafka UI is able to load broker details in the web console, but it cannot load the "topic" and "consumer" details.
![image](https://private-user-images.githubusercontent.com/23314807/238681583-1a7d3682-c47d-40d8-9ead-25f2434a8ce4.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0MTg4MDUsIm5iZiI6MTczOTQxODUwNSwicGF0aCI6Ii8yMzMxNDgwNy8yMzg2ODE1ODMtMWE3ZDM2ODItYzQ3ZC00MGQ4LTllYWQtMjVmMjQzNGE4Y2U0LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTMlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEzVDAzNDgyNVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWQ1ZGI3YTUxMDYyZjllZjk3YjBjNDQzZDhmMWJmMzlkYmQxZmMwZWNlZGE3MDU2MDA1OWViOWNjZjA2ZTI2YjEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.gAdSMsBGr2BYrCg2rJhtV0f20G54KHPqxGSfHH1sDLA)
I can see the below error in the container logs.
When I tried the kafka topic list command manually with the same boostrap endpoint used in the above command, it give all the topics. This confirms that the kafka cluster is running without any issues.
Appreciate your inputs.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions