You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2021/10/21 22:00:41 UTC

[GitHub] [kafka] FlorianLehmann opened a new pull request #11425: KAFKA-13393 Documentation - Add missing arguments to create a topic

FlorianLehmann opened a new pull request #11425:
URL: https://github.com/apache/kafka/pull/11425


   In the quickstart documentation (quickstart_createtopic) , there is a command specified to create a topic:
   
    `$ bin/kafka-topics.sh --create --topic quickstart-events --bootstrap-server localhost:9092`
   
   However, it is no longer working due to missing arguments:
     - partitions
     - replications-factor
   
   The previous command should be replaced with this one:
   
    `$ bin/kafka-topics.sh --create --topic quickstart-events --bootstrap-server localhost:9092 --partitions 1 --replication-factor 1`
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] showuon commented on pull request #11425: KAFKA-13393 Documentation - Add missing arguments to create a topic

Posted by GitBox <gi...@apache.org>.
showuon commented on pull request #11425:
URL: https://github.com/apache/kafka/pull/11425#issuecomment-950151140


   @FlorianLehmann , thanks for reporting this issue and the PR. After checking the change history, I found it's my fault that accidentally add this constraint in V3.0. I opened KAFKA-13396 and will fix it soon. That means, this should be a bug, and related to the documentation issue. Thank you.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] showuon commented on pull request #11425: KAFKA-13393 Documentation - Add missing arguments to create a topic

Posted by GitBox <gi...@apache.org>.
showuon commented on pull request #11425:
URL: https://github.com/apache/kafka/pull/11425#issuecomment-950493388


   @FlorianLehmann , PR: https://github.com/apache/kafka/pull/11429 to fix from the root: `TopicCommand` is ready for review. Welcome to provide comments. Thanks.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [kafka] FlorianLehmann closed pull request #11425: KAFKA-13393 Documentation - Add missing arguments to create a topic

Posted by GitBox <gi...@apache.org>.
FlorianLehmann closed pull request #11425:
URL: https://github.com/apache/kafka/pull/11425


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscribe@kafka.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org