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

Update website documentation to include required arguments when creating a topic

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Trivial
    • Resolution: Unresolved
    • 3.0.0
    • None
    • docs, documentation, website
    • None

    Description

      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
      

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              FlorianL Florian Lehmann
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: