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)

Reply via email to