rhauch commented on a change in pull request #11908: URL: https://github.com/apache/kafka/pull/11908#discussion_r837887007
########## File path: docs/quickstart.html ########## @@ -173,7 +173,11 @@ <h4 class="anchor-heading"> </p> <p> - First, we'll start by creating some seed data to test with: + First, make sure to add <code class="language-bash">connect-file-{{fullDotVersion}}.jar</code> to the <code>plugin.path</code> property in the Connect worker's configuration (see <a href="#connectconfigs_plugin.path">plugin.path</a> for examples). + </p> Review comment: I should add that I don't think adding the comments to the config properties is really all that necessary -- it might simplify things a bit, but at the same time we don't want users to do that in production. Not including it in the configs just means the quickstart needs a bit more content to explain how the user should modify the config. Plus, maybe a note that says not to use these in production. -- 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-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org