[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-2063?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14187341#comment-14187341
 ] 

Hongchao Deng commented on ZOOKEEPER-2063:
------------------------------------------

I also figured out the previous netty server code is doing:
{code}
        bootstrap.getPipeline().addLast("servercnxnfactory", channelHandler);
{code}

According to [netty 
doc|http://netty.io/3.9/api/org/jboss/netty/bootstrap/ServerBootstrap.html],
bq. you cannot use this approach if you are going to open more than one 
Channels or run a server that accepts incoming connections to create its child 
channels.

Let me think more thoroughly in this.

> Netty+SSL support for client-server communication
> -------------------------------------------------
>
>                 Key: ZOOKEEPER-2063
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2063
>             Project: ZooKeeper
>          Issue Type: Bug
>            Reporter: Hongchao Deng
>            Assignee: Hongchao Deng
>
> ZooKeeper currently have netty option on server side. We want to support 
> netty on client side too. After that, we could add ssl support based on netty 
> channel.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to