Skip to content

Short example of Kafka Producers - Consumers implementation

License

Notifications You must be signed in to change notification settings

alex-galych/Kafka_API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Short example of Kafka Producers - Consumers implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages