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
4 changes: 3 additions & 1 deletion config/server.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down