[IOT-1259] README for cloud MQ updated
authorMinji Park <minjii.park@samsung.com>
Thu, 8 Sep 2016 07:14:23 +0000 (16:14 +0900)
committerJee Hyeok Kim <jihyeok13.kim@samsung.com>
Thu, 8 Sep 2016 15:10:38 +0000 (15:10 +0000)
Change-Id: I9ea9e1e6ca1914bf196525506cf88621b15b9288
Signed-off-by: Minji Park <minjii.park@samsung.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/11555
Reviewed-by: Md. Imtiaz Hossain <imtiaz.h@samsung.com>
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jee Hyeok Kim <jihyeok13.kim@samsung.com>
cloud/messagequeue/README
cloud/messagequeue/server.properties

index 544133d..c433417 100644 (file)
@@ -6,12 +6,13 @@ Build and Run
 
     http://maven.apache.org
 
-2) Install Apache Kafka if you don't have it
+2) Install Apache Kafka ver.0.9.0.0 if you don't have it
 
     http://kafka.apache.org/downloads.html
 
-    Set 'host.name' in Kafka server configuration file to your ip address,
-      Run Zookeeper server and Kafka broker with the configuration file.
+    Set 'host.name' in Kafka server configuration file('server.properties' file in this folder)
+      to your ip address,
+    Run Zookeeper server and Kafka broker with the configuration file.
 
 3) Build a CloudStack. If you are building first time, then build the stack.
 
index 473a635..ae946ee 100644 (file)
@@ -23,6 +23,8 @@ offsets.topic.num.partitions=1
 
 delete.topic.enable=true
 
+auto.create.topics.enable=false
+
 controlled.shutdown.enable=true
 
 unclean.leader.election.enable=false