Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions examples/README
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ messages from Kafka server.
In order to run demo from SBT:
1. Start Zookeeper and the Kafka server
2. ./sbt from top-level kafka directory
3. Switch to the kafka java examples project -> project Kafka Java Examples
3. Switch to the kafka java examples project -> project java-examples
4. execute run -> run
5. For unlimited producer-consumer run, select option 1
For simple consumer demo, select option 2
5. For simple consumer demo, select option 1
For unlimited producer-consumer run, select option 2

To run the demo using scripts:

Expand Down