[
https://issues.apache.org/jira/browse/KAFKA-3208?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15133152#comment-15133152
]
ASF GitHub Bot commented on KAFKA-3208:
---------------------------------------
GitHub user granthenke opened a pull request:
https://github.com/apache/kafka/pull/869
KAFKA-3208: Default security.inter.broker.protocol based on configure…
…d advertised.listeners
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/granthenke/kafka default-broker-protocol
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/869.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 #869
----
commit 0e7214c19c2e787f2b65556628cc2e441c7f5c48
Author: Grant Henke <[email protected]>
Date: 2016-02-04T22:10:38Z
KAFKA-3208: Default security.inter.broker.protocol based on configured
advertised.listeners
----
> Default security.inter.broker.protocol based on configured
> advertised.listeners
> -------------------------------------------------------------------------------
>
> Key: KAFKA-3208
> URL: https://issues.apache.org/jira/browse/KAFKA-3208
> Project: Kafka
> Issue Type: Improvement
> Reporter: Grant Henke
> Assignee: Grant Henke
>
> Currently the default security.inter.broker.protocol is PLAINTEXT. However,
> when enabling SASL or SSL on a cluster it is common to not include a
> PLAINTEXT listener which causes Kafka to fail startup (after KAFKA-3194).
> To reduce the number of issues and make the configuration more convenient we
> could default this value, if not explicitly set, to the first protocol
> defined in the advertised.listeners configuration.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)