You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Manikumar (JIRA)" <ji...@apache.org> on 2017/09/07 18:16:00 UTC

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

     [ https://issues.apache.org/jira/browse/KAFKA-641?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Manikumar resolved KAFKA-641.
-----------------------------
    Resolution: Fixed

This is not relevant in newer versions.

> 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
>              Labels: offset
>
> 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 was sent by Atlassian JIRA
(v6.4.14#64029)