You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Alexey Ozeritskiy (JIRA)" <ji...@apache.org> on 2014/07/19 12:41:38 UTC

[jira] [Updated] (KAFKA-1551) Configuration example errors

     [ https://issues.apache.org/jira/browse/KAFKA-1551?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexey Ozeritskiy updated KAFKA-1551:
-------------------------------------

    Description: 
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}


  was:
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}



> 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 (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)