You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Joel Wiegman (Jira)" <ji...@apache.org> on 2021/10/04 14:52:00 UTC

[jira] [Comment Edited] (KAFKA-13343) kafka-topics.sh throws error with the step3 command of quickstart's steps

    [ https://issues.apache.org/jira/browse/KAFKA-13343?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17423982#comment-17423982 ] 

Joel Wiegman edited comment on KAFKA-13343 at 10/4/21, 2:51 PM:
----------------------------------------------------------------

Agreed.  The partitions argument says "If not supplied for create, defaults to cluster default.", which doesn't obviously happen.  Coincidentally, this occurs for the "replication-factor" argument as well.


was (Author: jwiegman):
Agreed.  The partitions argument says "If not supplied for create, defaults to cluster default.", which doesn't obviously happen.

> kafka-topics.sh throws error with the step3 command of quickstart's steps
> -------------------------------------------------------------------------
>
>                 Key: KAFKA-13343
>                 URL: https://issues.apache.org/jira/browse/KAFKA-13343
>             Project: Kafka
>          Issue Type: Bug
>          Components: documentation
>         Environment: CentOS Linux release 8.4.2105
>            Reporter: liyunhua
>            Priority: Major
>         Attachments: image-2021-10-04-19-03-35-241.png
>
>
> https://kafka.apache.org/quickstart 
>  i'm a new comer to kafka, so i learn by QUICKSTART, when i run the step 3 with the command below ,i get error like `Missing required argument "[partitions]"`
> run:
>  
> {code:java}
> ./bin/kafka-topics.sh --create --topic quickstart-events --bootstrap-server localhost:9092
> {code}
> output:
> !image-2021-10-04-19-03-35-241.png!
>  
> please help!
>  



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