[ 
https://issues.apache.org/jira/browse/KAFKA-3002?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15066054#comment-15066054
 ] 

Sasaki Toru commented on KAFKA-3002:
------------------------------------

There are same regex expressions in BrokerEndPoint and EndPoint.
After consolidate these classes in KAFKA-2757, this will be changed to use this 
new class.

> 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