Skip to content
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

Closed

Conversation

viktorsomogyi
Copy link
Contributor

This PR adds a upgrade notes and changes examples to use the bootstrap-server.

Committer Checklist (excluded from commit message)

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

@viktorsomogyi
Copy link
Contributor Author

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

Copy link
Contributor

@mrsrinivas mrsrinivas left a 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.

docs/configuration.html Outdated Show resolved Hide resolved
docs/ops.html Outdated Show resolved Hide resolved
docs/ops.html Outdated Show resolved Hide resolved
Copy link
Contributor

@mrsrinivas mrsrinivas left a 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 ?

@akatona84
Copy link
Contributor

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.

@viktorsomogyi
Copy link
Contributor Author

Yep, linked them together. This is a dependency of #5683. That one has to be merged first.

@@ -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.")
Copy link
Contributor Author

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.

@viktorsomogyi
Copy link
Contributor Author

retest this please

Copy link
Contributor

@omkreddy omkreddy left a 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.

omkreddy pushed a commit that referenced this pull request Feb 4, 2019
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>
@omkreddy omkreddy closed this in 776041d Feb 4, 2019
pengxiaolong pushed a commit to pengxiaolong/kafka that referenced this pull request Jun 14, 2019
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
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.

4 participants