Github user eribeiro commented on a diff in the pull request: https://github.com/apache/zookeeper/pull/205#discussion_r107825073 --- Diff: src/docs/src/documentation/content/xdocs/zookeeperAdmin.xml --- @@ -845,6 +845,40 @@ server.3=zoo3:2888:3888</programlisting> </varlistentry> <varlistentry> + <term>rateLimiterImpl</term> + <listitem> + <para>(No Java system property)</para> + + <para>Specifies an implementation of + org.apache.zookeeper.common.RateLimiter to use to limit the rate + at which a single client, identified by IP address, can make + connections to a single member of the ZooKeeper ensemble.</para> + </listitem> + </varlistentry> + + <varlistentry> + <term>maxClientCnxnRate</term> + <listitem> + <para>(No Java system property)</para> --- End diff -- `zookeeper.maxClientCnxnRate`
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---