Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 359 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 359 Bytes

#Kafka Stream

##Prerequisites

  • Install Kafka on mac: brew install kafka
  • Start zookeeper: zookeeper-server-start /usr/local/etc/kafka/zookeeper.properties
  • Start kafka: kafka-server-start /usr/local/etc/kafka/server.properties
  • To list entry in topic: kafka-console-consumer --bootstrap-server localhost:9092 --topic test --from-beginning