[
https://issues.apache.org/jira/browse/ZOOKEEPER-3106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
maoling updated ZOOKEEPER-3106:
-------------------------------
Description:
This issue is the follow-up work of
[ZOOKEEPER-3057|https://issues.apache.org/jira/browse/ZOOKEEPER-3057]
1.ZK server side supports ipv6 style like this:
server.1=[2001:db8:1::242:ac11:2]:2888:3888,but zk client side supports ipv6
like this:2001:db8:1::242:ac11:2:2181.we need unify them.
Look at the kafka example
[KAFKA-1123|https://issues.apache.org/jira/browse/KAFKA-1123]. its producer
client also supports ipv6 like this: [2001:db8:1::242:ac11:2]
2.document the "IPV6 feature" to let user know.
> Zookeeper client supports IPv6 address and document the "IPV6 feature"
> ----------------------------------------------------------------------
>
> Key: ZOOKEEPER-3106
> URL: https://issues.apache.org/jira/browse/ZOOKEEPER-3106
> Project: ZooKeeper
> Issue Type: Improvement
> Components: documentation, java client
> Reporter: maoling
> Assignee: maoling
> Priority: Major
>
> This issue is the follow-up work of
> [ZOOKEEPER-3057|https://issues.apache.org/jira/browse/ZOOKEEPER-3057]
> 1.ZK server side supports ipv6 style like this:
> server.1=[2001:db8:1::242:ac11:2]:2888:3888,but zk client side supports ipv6
> like this:2001:db8:1::242:ac11:2:2181.we need unify them.
> Look at the kafka example
> [KAFKA-1123|https://issues.apache.org/jira/browse/KAFKA-1123]. its producer
> client also supports ipv6 like this: [2001:db8:1::242:ac11:2]
> 2.document the "IPV6 feature" to let user know.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)