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/11/10 23:26:21 UTC

[GitHub] [kafka] hojongs opened a new pull request #11488: fix: add command options to fix error

hojongs opened a new pull request #11488:
URL: https://github.com/apache/kafka/pull/11488


   *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)
   


-- 
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] hojongs closed pull request #11488: fix: add command options to fix error

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


   


-- 
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] hojongs edited a comment on pull request #11488: fix: add command options to fix error

Posted by GitBox <gi...@apache.org>.
hojongs edited a comment on pull request #11488:
URL: https://github.com/apache/kafka/pull/11488#issuecomment-981058729






-- 
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] hojongs commented on pull request #11488: fix: add command options to fix error

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


   Thank you for your review! I see.
   I close this PR!
   
   Memo: Related PRs
   - https://github.com/apache/kafka/pull/11429 (Already fixed but not released yet)
   - https://github.com/apache/kafka/pull/11425 (Duplicated PR)


-- 
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