zookeeper-server-start /opt/homebrew/etc/kafka/zookeeper.properties
kafka-server-start /opt/homebrew/etc/kafka/server.properties
kafka-topics --create --bootstrap-server localhost:9092 --replication-factor 1 --partitions 1 --topic F1Topic
kafka-topics --list --bootstrap-server localhost:9092
view raw Kafka_commands hosted with ❤ by GitHub