[
https://issues.apache.org/jira/browse/KAFKA-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14104751#comment-14104751
]
Jun Rao commented on KAFKA-1123:
--------------------------------
1. kafka-client doesn't depend on core. However, core already depends on
kafka-client. So, we can put the parsing code in
org.apache.kafka.common.utils.ClientUtils. Then, both kafka-client and core can
use the common code.
2. Yes, that makes sense.
> Broker IPv6 addresses parsed incorrectly
> ----------------------------------------
>
> Key: KAFKA-1123
> URL: https://issues.apache.org/jira/browse/KAFKA-1123
> Project: Kafka
> Issue Type: Bug
> Components: producer
> Affects Versions: 0.8.2
> Reporter: Andrew Otto
> Labels: newbie
> Attachments: KAFKA-1123.patch
>
>
> It seems that broker addresses are parsed incorrectly when IPv6 addresses are
> supplied. IPv6 addresses have colons in them, and Kafka seems to be
> interpreting the first : as the address:port separator.
> I have only tried this with the console-producer --broker-list option, so I
> don't know if this affects anything deeper than the CLI.
--
This message was sent by Atlassian JIRA
(v6.2#6252)