Kafka Commands - TheLadders/pipeline GitHub Wiki
$ kafka-topics --list --zookeeper localhost
$ kafka-console-consumer --topic ratings --zookeeper localhost
$ kafka-console-producer --topic hellotopic --broker-list localhost:9092
$ kafka-topics --list --zookeeper localhost
$ kafka-console-consumer --topic ratings --zookeeper localhost
$ kafka-console-producer --topic hellotopic --broker-list localhost:9092