[
https://issues.apache.org/jira/browse/KAFKA-3325?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15178500#comment-15178500
]
ASF GitHub Bot commented on KAFKA-3325:
---------------------------------------
Github user asfgit closed the pull request at:
https://github.com/apache/kafka/pull/1002
> Out of date instructions in quickstart guide
> --------------------------------------------
>
> Key: KAFKA-3325
> URL: https://issues.apache.org/jira/browse/KAFKA-3325
> Project: Kafka
> Issue Type: Bug
> Reporter: Duncan Sands
> Priority: Trivial
> Fix For: 0.10.0.0
>
>
> In http://kafka.apache.org/documentation.html#quickstart there is the
> following:
> Now edit these new files and set the following properties:
> config/server-1.properties:
> broker.id=1
> port=9093
> log.dir=/tmp/kafka-logs-1
> config/server-2.properties:
> broker.id=2
> port=9094
> log.dir=/tmp/kafka-logs-2
> However the latest version of these config files has the following line which
> also needs to be adjusted otherwise you get an exception at broker startup
> (address in use):
> listeners=PLAINTEXT://:9092
> So I suggest changing the instructions to:
> Now edit these new files and set the following properties:
> config/server-1.properties:
> broker.id=1
> listeners=PLAINTEXT://:9093
> port=9093
> log.dir=/tmp/kafka-logs-1
> config/server-2.properties:
> broker.id=2
> listeners=PLAINTEXT://:9094
> port=9094
> log.dir=/tmp/kafka-logs-2
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)