forked from bythebay/pipeline
-
Notifications
You must be signed in to change notification settings - Fork 0
Kafka Commands
Ryan Knight edited this page Aug 16, 2015
·
1 revision
$ kafka-topics --list --zookeeper localhost
$ kafka-console-consumer --topic ratings --zookeeper localhost
$ kafka-console-producer --topic hellotopic --broker-list localhost:9092
Follow the Wiki to continue exploring -->