Closed justinmclean closed 3 months ago
From the information currently available, this is related to the advertised.listeners
of the Kafka cluster. Could you please check the config value in your Kafka and change it to your container's IP address
I'm not running Kafka in a container I'm running it locally also advertised.listeners is not set in server.properties and is commented out.
Adding that property with the correct IP address and restarting the Kafka server still gives the same error.
yes that is what I did and no difference
Using a new playground and setting advertised.listeners
in server.properties
fixed the issue.
Adding that property with the correct IP address and restarting the Kafka server still gives the same error.
It may be caused by the default config metadata.max.age.ms of the Kafka admin client, it can also be set by Gravitino catalog properties
I'm going to close this issue since it's a configuration issues with external services
Version
main branch
Describe what's wrong
Running Apache Kafka locally and I've created a couple of topics:
Created a catalog via the UI:
When I try to see teh topics it times out after about 30 seconds. Gravitino logs have these errors:
I'm not sure why it's referring to localhost there when I gave it another IP.
Error message and/or stacktrace
see above
How to reproduce
Additional context
No response