Keywords: Kafka - Google Cloud Platform - Technical issue - Application configuration
bnsupport ID: fa52b4a4-071e-741e-d050-94793ea65bec
bndiagnostic output:
? Connectivity: Found possible issues
https://docs.bitnami.com/general/faq/administration/use-firewall/
bndiagnostic failure reason: The suggested guides are not related with my issue
Description:
I cannot use the command bin/kafka-topics.sh --zookeeper=localhost:2181 --list in the latest kafka version 3.0.0 because it says that the -zookeeper option is no longer supported and I cannot use the command bin/kafka-topics.sh --bootstrap-server=localhost:9092 --list because is gives the error :
sudo bin/kafka-topics.sh --bootstrap-server=kafka-opca-vm:9092 --list
Error while executing topic command : Timed out waiting for a node assignment. Call: listTopics
[2021-11-17 16:22:30,117] ERROR org.apache.kafka.common.errors.TimeoutException: Timed out waiting for a node assignment. Call: listTopics
(kafka.admin.TopicCommand$)
I need the kafka-topics.sh script to work so I can create topics.