Uploaded image for project: 'Kafka'
  1. Kafka
  2. KAFKA-13520

Quickstart does not work at topic creation step

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Minor
    • Resolution: Unresolved
    • 3.0.0
    • None
    • website
    • None

    Description

      Step 3 fails

       

      $ bin/kafka-topics.sh --create --topic quickstart-events --bootstrap-server localhost:9092
      
      Missing required argument "[partitions]" 

      Also needs `replication-factor`

       

      Correct statement is: 

      $ bin/kafka-topics.sh --create --bootstrap-server localhost:9092 --partitions 1 --replication-factor 1 --topic quickstart-events 

      Attachments

        Activity

          People

            Unassigned Unassigned
            rmoff Robin Moffatt
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: