Sorry for spamming threads, but those are all different topics (maybe with a similar root cause) and I thought it better to split those up so they can get tracked easier
Basically this thread is about getting a timeout when trying to run kafka-topics list (as a first test to see if connectivity is working).
./kafka-topics --bootstrap-server localhost:9094 --list
Error while executing topic command : Timed out waiting for a node assignment. Call: listTopics
[2025-02-07 08:48:39,707] ERROR org.apache.kafka.common.errors.TimeoutException: Timed out waiting for a node assignment. Call: listTopics
(org.apache.kafka.tools.TopicCommand)
[appuser@kafka-3 bin]$ ./kafka-topics --bootstrap-server localhost:9094 --version
7.8.0-ccs
Connectivity seems to be ok since the version command is fine, there is nothing in the logs (at loglevel Warn), but we do have issues with the cluster where we get a lot of timeouts for reasons we’re trying to identify…
Hi,
yes these attempts connect to broker, I use the same Plaintext port 9094 here…
./kafka-topics --bootstrap-server server1:9094,server2:9094,server3:9094 --list
Error while executing topic command : Timed out waiting for a node assignment. Call: listTopics
[2025-02-07 14:47:21,504] ERROR org.apache.kafka.common.errors.TimeoutException: Timed out waiting for a node assignment. Call: listTopics
(org.apache.kafka.tools.TopicCommand)