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

[jira] [Created] (KAFKA-3002) Make available to specify hostname with Uppercase at broker list

Sasaki Toru created KAFKA-3002:
----------------------------------

             Summary: Make available to specify hostname with Uppercase at broker list
                 Key: KAFKA-3002
                 URL: https://issues.apache.org/jira/browse/KAFKA-3002
             Project: Kafka
          Issue Type: Improvement
          Components: clients
    Affects Versions: 0.9.0.1
            Reporter: Sasaki Toru
            Priority: Minor
             Fix For: 0.9.0.1


Now we cannot specify hostname with Uppercase letter at broker list (e.g. option for kafka-console-producer.sh)

OK: kafka-console-producer.sh --broker-list kafkaserver:9092 --topic test

NG: kafka-console-producer.sh --broker-list KafkaServer:9092 --topic test
    (exception will occur since DNS resolution failed)




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