mirror of https://github.com/apache/kafka.git
Author: Vahid Hashemian <vahidhashemian@us.ibm.com> Reviewers: Ismael Juma <ismael@juma.me.uk> This patch had conflicts when merged, resolved by Committer: Ismael Juma <ismael@juma.me.uk> Closes #2328 from vahidhashemian/KAFKA-3264 |
||
---|---|---|
.. | ||
bin | ||
src/main/java/kafka/examples | ||
README |
README
This directory contains examples of client code that uses kafka. To run the demo: 1. Start Zookeeper and the Kafka server 2. For simple consumer demo, `run bin/java-simple-consumer-demo.sh` 3. For unlimited sync-producer-consumer run, `run bin/java-producer-consumer-demo.sh sync` 4. For unlimited async-producer-consumer run, `run bin/java-producer-consumer-demo.sh`