[
https://issues.apache.org/jira/browse/KAFKA-3132?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15117582#comment-15117582
]
ASF GitHub Bot commented on KAFKA-3132:
---------------------------------------
GitHub user granthenke reopened a pull request:
https://github.com/apache/kafka/pull/811
KAFKA-3132: URI scheme in "listeners" property should not be case-sen…
…sitive
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka listeners-case
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/811.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 #811
----
commit 45fa9e3d14afdb982fecb9cff644572a6757942b
Author: Grant Henke <[email protected]>
Date: 2016-01-26T05:38:32Z
KAFKA-3132: URI scheme in "listeners" property should not be case-sensitive
----
> URI scheme in "listeners" property should not be case-sensitive
> ---------------------------------------------------------------
>
> Key: KAFKA-3132
> URL: https://issues.apache.org/jira/browse/KAFKA-3132
> Project: Kafka
> Issue Type: Bug
> Components: config
> Affects Versions: 0.9.0.0
> Reporter: Jake Robb
> Assignee: Grant Henke
> Priority: Minor
> Labels: newbie
>
> I configured my Kafka brokers as follows:
> {{listeners=plaintext://kafka01:9092,ssl://kafka01:9093}}
> With this config, my Kafka brokers start, print out all of the config
> properties, and exit quietly. No errors, nothing in the log. No indication of
> a problem whatsoever, let alone the nature of said problem.
> Then, I changed my config as follows:
> {{listeners=PLAINTEXT://kafka01:9092,SSL://kafka01:9093}}
> Now they start and run just fine.
> Per [RFC-3986|https://tools.ietf.org/html/rfc3986#section-6.2.2.1]:
> {quote}
> When a URI uses components of the generic syntax, the component
> syntax equivalence rules always apply; namely, that the scheme and
> host are case-insensitive and therefore should be normalized to
> lowercase. For example, the URI <HTTP://www.EXAMPLE.com/> is
> equivalent to <http://www.example.com/>.
> {quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)