[ https://issues.apache.org/jira/browse/KAFKA-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14486093#comment-14486093 ]
Jun Rao commented on KAFKA-1123: -------------------------------- The new producer needs to use bootstrap.servers, instead of metadata.broker.list. > 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.0 > Reporter: Andrew Otto > Assignee: Krzysztof SzafraĆski > Labels: newbie > Fix For: 0.8.2.0 > > Attachments: KAFKA-1123.patch, KAFKA-1123_v2.patch, > KAFKA-1123_v3.patch, KAFKA-1123_v4.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.3.4#6332)