zookeeper-server-start config/zookeeper.properties
Following three commands will start 3 kafka brokers running off 3 different config files.
kafka-server-start config/server.properties
kafka-server-start config/server1.properties
kafka-server-start config/server2.properties
Found in CLI/COMMANDS.md
Found in python directory
Found in src