You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Juan Valencia (JIRA)" <ji...@apache.org> on 2012/11/30 00:04:58 UTC

[jira] [Created] (KAFKA-641) ConsumerOffsetChecker breaks when using dns names x.b.com as opposed to raw public IP for broker.

Juan Valencia created KAFKA-641:
-----------------------------------

             Summary: ConsumerOffsetChecker breaks when using dns names x.b.com as opposed to raw public IP for broker.
                 Key: KAFKA-641
                 URL: https://issues.apache.org/jira/browse/KAFKA-641
             Project: Kafka
          Issue Type: Improvement
          Components: core
    Affects Versions: 0.7.2
            Reporter: Juan Valencia
            Priority: Minor


private val BrokerIpPattern = """.*:(\d+\.\d+\.\d+\.\d+):(\d+$)""".r
  // e.g., 127.0.0.1-1315436360737:127.0.0.1:9092

if you have a domain name (such as ec2 instance: ec2-111-11-111-111.compute-1.amazonaws.com), the script breaks

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira