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

2014-07-20 Thread Jay Kreps (JIRA)

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

Jay Kreps updated KAFKA-1551:
-

Assignee: Alexey Ozeritskiy

 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)


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

2014-07-19 Thread Alexey Ozeritskiy (JIRA)

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