You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Pranas Baliuka (JIRA)" <ji...@apache.org> on 2017/05/04 23:14:04 UTC

[jira] [Created] (KAFKA-5177) Default quick start config prompts warnings into console

Pranas Baliuka created KAFKA-5177:
-------------------------------------

             Summary: Default quick start config prompts warnings into console
                 Key: KAFKA-5177
                 URL: https://issues.apache.org/jira/browse/KAFKA-5177
             Project: Kafka
          Issue Type: Wish
          Components: documentation
    Affects Versions: 0.10.1.0
         Environment: Mac OSX 16.5.0 Darwin Kernel Version 16.5.0 root:xnu-3789.51.2~3/RELEASE_X86_64 x86_64 & JDK 1.8.0_121
            Reporter: Pranas Baliuka


The quick guide https://kafka.apache.org/0101/documentation.html#quickstart
Leaves the bad first impression at the step when test messages are appended:
{code}
kafka_2.11-0.10.1.0 pranas$ bin/kafka-topics.sh --list --zookeeper localhost:2181
session-1
kafka_2.11-0.10.1.0 pranas$ bin/kafka-console-producer.sh --broker-list localhost:9092 --topic test
Message 1
[2017-05-05 09:05:10,923] WARN Error while fetching metadata with correlation id 0 : {test=LEADER_NOT_AVAILABLE} (org.apache.kafka.clients.NetworkClient)
Message 2
Message 3
{code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)