From 9ec3e8190dd0d0dbd8d678c6c142f2e111ce91b0 Mon Sep 17 00:00:00 2001 From: ailzhang Date: Thu, 16 Jan 2014 09:36:55 -0800 Subject: [PATCH] The commands in the examples/README are not working. The name of the projects and the order of them have been changed. --- examples/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/examples/README b/examples/README index d33f6c5..61de286 100644 --- a/examples/README +++ b/examples/README @@ -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 kafka-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: -- 1.7.12.4 (Apple Git-37)