Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 468 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 468 Bytes

Kafka_API

Short example of Kafka Producers - Consumers implementation

Development

Producer

Consumer

Kafka library

Installation Guide

MacOS

  • brew install Caskroom/cask/java - Java 1.7+ is required to install kafka
  • brew install kafka - kafka
  • zkServer start - to load zookeeper
  • kafka-server-start.sh /usr/local/etc/kafka/server.properties - to start the Kafka server.
  • brew install php56-kafka