Skip to content

fix: add command options to fix error#11488

Closed
hojongs wants to merge 1 commit into
apache:trunkfrom
hojongs:fix-quick-start
Closed

fix: add command options to fix error#11488
hojongs wants to merge 1 commit into
apache:trunkfrom
hojongs:fix-quick-start

Conversation

@hojongs

@hojongs hojongs commented Nov 10, 2021

Copy link
Copy Markdown
Contributor

More detailed description of your change,
if necessary. The PR title and PR message become
the squashed commit message, so use a separate
comment to ping reviewers.

I'm following the quick start section in the documentation.
When I run the command in the quickstart to create topic with the kafka_2.13-3.0.0, I've got error message Missing required argument "[partitions]".

The latest Kafka requires a partition option and replication factor option, so I added the options to the command.
The 3 for the partitions and 1 for the replication factor I've added is just an example works fine for me.

Summary of testing strategy (including rationale)
for the feature or bug fix. Unit and/or integration
tests are expected for any behaviour change and
system tests should be considered for larger changes.

Committer Checklist (excluded from commit message)

  • Verify design and implementation
  • Verify test coverage and CI build status
  • Verify documentation (including upgrade notes)

@showuon showuon left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hojongs , thanks for the PR, but this is actually a bug and will be fixed in v3.1.0 and v3.0.1 in this ticket: KAFKA-13396. So, this documentation change is unnecessary. Thank you!

@hojongs

hojongs commented Nov 28, 2021

Copy link
Copy Markdown
Contributor Author

Thank you for your review! I see.
I close this PR!

Memo: Related PRs

@hojongs hojongs closed this Nov 28, 2021
@hojongs
hojongs deleted the fix-quick-start branch November 28, 2021 10:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants