[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)
[jira] [Updated] (KAFKA-5177) Default quick start config prompts warnings into console
[ https://issues.apache.org/jira/browse/KAFKA-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pranas Baliuka updated KAFKA-5177: -- Component/s: (was: documentation) > 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 >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 >Priority: Minor > > 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)
[jira] [Updated] (KAFKA-5177) Default quick start config prompts warnings into console
[ https://issues.apache.org/jira/browse/KAFKA-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pranas Baliuka updated KAFKA-5177: -- Priority: Minor (was: Major) > 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 >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 >Priority: Minor > > 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)
[jira] [Commented] (KAFKA-5177) Default quick start config prompts warnings into console
[ https://issues.apache.org/jira/browse/KAFKA-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15997917#comment-15997917 ] Pranas Baliuka commented on KAFKA-5177: --- Actually not (as per {{bin/kafka-topics.sh --list}}).it's still not nice to get WARNING when default behaviour is to create topic automatically. Downgrading and removing component. > 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 >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)
[jira] [Updated] (KAFKA-5177) Automatic creation of topic prompts warnings into console
[ https://issues.apache.org/jira/browse/KAFKA-5177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pranas Baliuka updated KAFKA-5177: -- Summary: Automatic creation of topic prompts warnings into console (was: Default quick start config prompts warnings into console) > Automatic creation of topic prompts warnings into console > - > > Key: KAFKA-5177 > URL: https://issues.apache.org/jira/browse/KAFKA-5177 > Project: Kafka > Issue Type: Wish >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 >Priority: Minor > > 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)