You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Kajal Jain (Jira)" <ji...@apache.org> on 2021/09/17 07:13:00 UTC

[jira] [Created] (KAFKA-13308) Kafka's error window should let user to read error message

Kajal Jain created KAFKA-13308:
----------------------------------

             Summary: Kafka's error window should let user to read error message
                 Key: KAFKA-13308
                 URL: https://issues.apache.org/jira/browse/KAFKA-13308
             Project: Kafka
          Issue Type: Improvement
          Components: clients, config, logging
    Affects Versions: 2.8.0
         Environment: Windows
            Reporter: Kajal Jain


This issue appeared while trying to setup kafka in my local system. So, by mistake I downloaded source files instead of binaries and was trying to run the kafka. It obviously was not getting started but while trying to run it from CLI, a new CLI window opened and closed with an error message in it. But the span of error message appearing is so small that its not readable.

Steps to produce:
 # Download Kafka source files (I downloaded kafka-2.8.0-src)
 # Download and install zookeeper and start it.
 # Run kafka with command : 'kafka-server-start.sh ..\config\server.properties'
 # This would prompt a new CLI window, giving an impression of some process running the background.
 # When you create new topic and produce the data, no error is there.
 # Finally, while trying to consume it, no data is received, hence I got to know there is some issue.

To find out the issue, I had to run the kafka start several times to see there is some error message shown for micorseconds. Then I had to create a video on my phone to pause and see the error message.

After knowing the message, it took me only minutes to get to know the cause and do proper setup.

Proposal: Please extend the time of error message shown in the prompted CLI before exiting the same for the users to read the message and understand their mistake.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)