Alexey Ozeritskiy created KAFKA-1551:
----------------------------------------
Summary: 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
A Production Server Config 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)