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

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

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

ASF GitHub Bot commented on KAFKA-3002:
---------------------------------------

GitHub user sasakitoa opened a pull request:

    https://github.com/apache/kafka/pull/685

    KAFKA-3002: Make available to specify hostname with Uppercase at broker list

    Make available to specify hostname with Uppercase at broker list

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/sasakitoa/kafka hostname_uppercase

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/kafka/pull/685.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #685
    
----
commit 337b75eeb8450daf994cd055b1ba0b2f79bbe676
Author: Sasaki Toru <sa...@nttdata.co.jp>
Date:   2015-12-16T15:55:45Z

    make available to specify hostname with Uppercase letter

----


> 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)