You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Michael Martin (JIRA)" <ji...@apache.org> on 2015/12/19 05:12:46 UTC

[jira] [Created] (KAFKA-3017) hostnames with underscores '_' are not valid

Michael Martin created KAFKA-3017:
-------------------------------------

             Summary: hostnames with underscores '_' are not valid
                 Key: KAFKA-3017
                 URL: https://issues.apache.org/jira/browse/KAFKA-3017
             Project: Kafka
          Issue Type: Bug
    Affects Versions: 0.9.0.0
            Reporter: Michael Martin


Affects server.properties host.name and advertised.host.name
{code}
kafka_1 |  (kafka.server.KafkaConfig)
kafka_1 | [2015-12-19 04:08:53,900] FATAL  (kafka.Kafka$)
kafka_1 | kafka.common.KafkaException: Unable to parse PLAINTEXT://kafka_kafka_1:9092 to a broker endpoint
kafka_1 | 	at kafka.cluster.EndPoint$.createEndPoint(EndPoint.scala:49)
kafka_1 | 	at kafka.utils.CoreUtils$$anonfun$listenerListToEndPoints$1.apply(CoreUtils.scala:309)
kafka_1 | 	at kafka.utils.CoreUtils$$anonfun$listenerListToEndPoints$1.apply(CoreUtils.scala:309)
{code}



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