You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Jeff Holoman (JIRA)" <ji...@apache.org> on 2014/12/09 05:38:12 UTC

[jira] [Created] (KAFKA-1812) Allow IpV6 in configuration with parseCsvMap

Jeff Holoman created KAFKA-1812:
-----------------------------------

             Summary:  Allow IpV6 in configuration with parseCsvMap
                 Key: KAFKA-1812
                 URL: https://issues.apache.org/jira/browse/KAFKA-1812
             Project: Kafka
          Issue Type: Bug
            Reporter: Jeff Holoman
            Assignee: Jeff Holoman
            Priority: Minor
             Fix For: 0.8.3


The current implementation of parseCsvMap in Utils expects k:v,k:v. This modifies that function to accept a string with multiple ":" characters and splitting on the last occurrence per pair. 

This limitation is noted in the Reviewboard comments for KAFKA-1512



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)