./windows/zookeeper-server-start.bat ../config/zookeeper.properties
./kafka-server-start.bat ../../config/server.properties
sh ./kafka-rest-start ../etc/kafka-rest/kafka-rest.properties
./kafka-topics.bat --create --zookeeper localhost:2181 --replication-factor 1 --partitions 1 --topic xmt-360-topic
./kafka-topics.bat --list --zookeeper localhost:2181