[ https://issues.apache.org/jira/browse/ZOOKEEPER-2119?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14324970#comment-14324970 ]
Flavio Junqueira commented on ZOOKEEPER-2119: --------------------------------------------- Hi [~hdeng], I suggest a few minor changes: {noformat} <para>In versions 3.5+, a ZooKeeper server can use Netty instead of NIO (default option) by setting the environment variable <emphasis role="bold">zookeeper.serverCnxnFactory</emphasis> to <emphasis role="bold">org.apache.zookeeper.server.NettyServerCnxnFactory</emphasis>; for the client, set <emphasis role="bold">zookeeper.clientCnxnSocket</emphasis> to <emphasis role="bold">org.apache.zookeeper.ClientCnxnSocketNetty</emphasis>. {noformat} > Netty client docs > ----------------- > > Key: ZOOKEEPER-2119 > URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2119 > Project: ZooKeeper > Issue Type: Sub-task > Reporter: Hongchao Deng > Assignee: Hongchao Deng > Attachments: ZOOKEEPER-2119.patch, ZOOKEEPER-2119.patch > > > ZOOKEEPER-2069 adds Netty client option. We need to add docs on how to use > it. -- This message was sent by Atlassian JIRA (v6.3.4#6332)