maoling created ZOOKEEPER-3869:
----------------------------------
Summary: add a documentation about the client property:
zookeeper.request.timeout
Key: ZOOKEEPER-3869
URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3869
Project: ZooKeeper
Issue Type: Improvement
Components: documentation
Reporter: maoling
We can doc the property in the _*Client Configuration Parameters*_ page
{code:java}
#### Client Configuration Parameters
The following list contains configuration properties for the Java client. You
can set any
of these properties using Java system properties. For server properties, please
check the
[Server configuration section of the Admin
Guide](zookeeperAdmin.html#sc_configuration).
The ZooKeeper Wiki also has useful pages about
[ZooKeeper SSL
support](https://cwiki.apache.org/confluence/display/ZOOKEEPER/ZooKeeper+SSL+User+Guide),
and [SASL authentication for
ZooKeeper](https://cwiki.apache.org/confluence/display/ZOOKEEPER/ZooKeeper+and+SASL).
{code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)