create new kafka topic with console code example
Example: kafka create topic
$ bin/kafka-topics.sh --create --topic quickstart-events --bootstrap-server localhost:9092
$ bin/kafka-topics.sh --create --topic quickstart-events --bootstrap-server localhost:9092