-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KAFKA-7804: Update docs for topic-command related KIP-377 #6118
KAFKA-7804: Update docs for topic-command related KIP-377 #6118
Conversation
@omkreddy I've updated the docs. Would you please have a look at it? Did you have something else too in your mind for updating? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR!! I added few suggestions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These changes LGTM, Thanks for the PR!!
@viktorsomogyi, does this PR needs to linked with any code changes PR ?
Yes, it is for KAFKA-7433, PR: #5683 @viktorsomogyi I'd suggest to link these jiras together. |
Yep, linked them together. This is a dependency of #5683. That one has to be merged first. |
b928851
to
a584d9b
Compare
@@ -509,7 +509,7 @@ object TopicCommand extends Logging { | |||
private val configOpt = parser.accepts("config", "A topic configuration override for the topic being created or altered." + | |||
"The following is a list of valid configurations: " + nl + LogConfig.configNames.map("\t" + _).mkString(nl) + nl + | |||
"See the Kafka documentation for full details on the topic configs." + | |||
"Not supported with the --bootstrap-server option.") | |||
"It is supported only in combination with --create if --bootstrap-server option is used.") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@omkreddy fixed the doc issue here. Please take a look.
retest this please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR. LGTM.
This PR adds a upgrade notes and changes examples to use the bootstrap-server. Author: Viktor Somogyi-Vass <viktorsomogyi@gmail.com> Reviewers: Srinivas <srinivas96alluri@gmail.com>, Manikumar Reddy <manikumar.reddy@gmail.com> Closes #6118 from viktorsomogyi/topiccommand-adminclient-doc (cherry picked from commit 776041d) Signed-off-by: Manikumar Reddy <manikumar@confluent.io>
This PR adds a upgrade notes and changes examples to use the bootstrap-server. Author: Viktor Somogyi-Vass <viktorsomogyi@gmail.com> Reviewers: Srinivas <srinivas96alluri@gmail.com>, Manikumar Reddy <manikumar.reddy@gmail.com> Closes apache#6118 from viktorsomogyi/topiccommand-adminclient-doc
This PR adds a upgrade notes and changes examples to use the bootstrap-server.
Committer Checklist (excluded from commit message)