From e6ea059efb1365d9e186f4883bb6747a9425f365 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Saint-Jacques?= Date: Wed, 30 Jan 2013 16:17:19 -0500 Subject: [PATCH] zk.connect clarification in server.properties The previous wording is not 100% clear, a little example clarifies it. --- config/server.properties | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/config/server.properties b/config/server.properties index 5a16caf333277..ceb5964703bed 100644 --- a/config/server.properties +++ b/config/server.properties @@ -101,7 +101,9 @@ log.cleanup.interval.mins=1 # This is a comma separated host:port pairs, each corresponding to a zk # server. e.g. "127.0.0.1:3000,127.0.0.1:3001,127.0.0.1:3002". # You can also append an optional chroot string to the urls to specify the -# root directory for all kafka znodes. +# root directory for all kafka znodes, e.g. +# "127.0.0.1:3000,127.0.0.1:3001,127.0.0.1:3002/kafka". If you use a chroot +# string, be sure to manualy create this namespace in zookeeper. zk.connect=localhost:2181 # Timeout in ms for connecting to zookeeper