Details
-
Bug
-
Status: Closed
-
Trivial
-
Resolution: Fixed
-
0.8.0
-
any
Description
https://svn.apache.org/repos/asf/incubator/kafka/branches/0.8/config/producer.properties
still has comments relative to zookeeper:
- need to set either broker.list or zk.connect
- zk.connect=
…
But https://issues.apache.org/jira/browse/KAFKA-369 has removed the dependency to
zookeeper.
Those old comments are confusing since they imply that you can still use zk.connect with producers.