[ https://issues.apache.org/jira/browse/KAFKA-3448?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15207852#comment-15207852 ]
ASF GitHub Bot commented on KAFKA-3448: --------------------------------------- GitHub user soumyajit-sahu opened a pull request: https://github.com/apache/kafka/pull/1120 KAFKA-3448: add % character to ipv6 regex IPV6 address can contain % character You can merge this pull request into a Git repository by running: $ git pull https://github.com/Microsoft/kafka fixIPV6RegexPattern Alternatively you can review and apply these changes as the patch at: https://github.com/apache/kafka/pull/1120.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1120 ---- commit 6eac36438ab823043e1771ce8b04d027e1b8e232 Author: Som Sahu <sos...@microsoft.com> Date: 2016-03-23T04:16:04Z add % character to ipv6 regex ---- > IPV6 Regex is missing % character > --------------------------------- > > Key: KAFKA-3448 > URL: https://issues.apache.org/jira/browse/KAFKA-3448 > Project: Kafka > Issue Type: Bug > Components: core > Affects Versions: 0.9.0.0 > Environment: Windows,Linux > Reporter: Soumyajit Sahu > > IPV6 addresses could have the % character. > When an address is written textually, the zone index is appended to the > address, separated by a percent sign (%). > Reference: https://en.wikipedia.org/wiki/IPv6_address > Example: Link-local IPv6 Address . . . . . : > fe80::b1da:69ca:57f7:63d8%3(Preferred) > Then, the broker would throw the IllegalStateException(s"connectionId has > unexpected format: $connectionId") -- This message was sent by Atlassian JIRA (v6.3.4#6332)