confusing reference to zk.connect in config/producer.properties; patched by yazgoo; reviewed by Jun Rao; kafka-553

git-svn-id: https://svn.apache.org/repos/asf/incubator/kafka/branches/0.8@1396652 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Jun Rao 2012-10-10 15:46:42 +00:00
parent 5a33bfa9d4
commit a975113c0e
1 changed files with 1 additions and 12 deletions

View File

@ -16,21 +16,10 @@
############################# Producer Basics #############################
# need to set either broker.list or zk.connect
# configure brokers statically
# list of brokers used for bootstrapping
# format: host1:port1,host2:port2 ...
broker.list=localhost:9092
# discover brokers from ZK
#zk.connect=
# zookeeper session timeout; default is 6000
#zk.sessiontimeout.ms=
# the max time that the client waits to establish a connection to zookeeper; default is 6000
#zk.connectiontimeout.ms
# name of the partitioner class for partitioning events; default partition spreads data randomly
#partitioner.class=