mirror of https://github.com/apache/kafka.git
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:
parent
5a33bfa9d4
commit
a975113c0e
|
@ -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=
|
||||
|
||||
|
|
Loading…
Reference in New Issue