[
https://issues.apache.org/jira/browse/KAFKA-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jay Kreps resolved KAFKA-1551.
------------------------------
Resolution: Fixed
Fixed.
> Configuration example errors
> ----------------------------
>
> Key: KAFKA-1551
> URL: https://issues.apache.org/jira/browse/KAFKA-1551
> Project: Kafka
> Issue Type: Bug
> Components: website
> Reporter: Alexey Ozeritskiy
> Assignee: Alexey Ozeritskiy
>
> A Production Server Config
> (http://kafka.apache.org/documentation.html#prodconfig) contains error:
> {code}
> # ZK configuration
> zk.connection.timeout.ms=6000
> zk.sync.time.ms=2000
> {code}
> Should be
> {code}
> # ZK configuration
> zookeeper.connection.timeout.ms=6000
> zookeeper.sync.time.ms=2000
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)