Hi I’m not able to create test topic following steps given in quick guide. kafka and zookeeper starts but following cos yield no output/result:
bin/kafka-topics.sh --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic test bin/kafka-topics.sh --list --zookeeper localhost:2181 Am I missing something here?? Thx PK