Index: config/producer.properties
===================================================================
--- config/producer.properties	(revision 1396505)
+++ config/producer.properties	(working copy)
@@ -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=
 
