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 had the same issue. I resolved it by using "localhost" instead of the actual public IP.
bin/kafka-topics.sh --create --topic demo_testing2 --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1
While using the command : sudo nano config/server.properties
Please replace "localhost" with your Public IP
While creating the topic, use localhost instead of the IP address, As said by @Anitheanalyst do :
bin/kafka-topics.sh --create --topic demo_testing2 --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1
ERROR org.apache.kafka.common.errors.TimeoutException: Timed out waiting for a node assignment. Call: listTopics
(kafka.admin.TopicCommand$)
I'm getting the above error while creating a Topic. I've used the exact command that has been mentioned in the repo.
The text was updated successfully, but these errors were encountered: