You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "mugulong (JIRA)" <ji...@apache.org> on 2017/12/15 09:04:00 UTC

[jira] [Created] (ZOOKEEPER-2957) Whether zookeeper client-server nio or netty communication can use socket proxies

mugulong created ZOOKEEPER-2957:
-----------------------------------

             Summary: Whether zookeeper client-server nio or netty communication can use socket proxies
                 Key: ZOOKEEPER-2957
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-2957
             Project: ZooKeeper
          Issue Type: Wish
            Reporter: mugulong


Hello,:
    I plan to use zookeeper for distributed consistency in one project, but the project requires proxies to be used for communication between the zookeeper servers and between the server and the client. After the actual test, zookeeper servers can communicate with each other normally through socks5 socket proxy , but zookeeper client and server can not communicate with each other normally through the same socks5 socket proxy, I find that the zookeeper client and server communicate with each other through java nio or netty, and java nio/netty is different from java io in the use of proxy.
    so,whether zookeeper client-server nio or netty communication can use socket proxies?
    Remarks:the zookeeper version I use is 3.4.6.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)