peterhyliao commented on code in PR #23526: URL: https://github.com/apache/kafka/pull/23526#discussion_r4058849649
########## docs/getting-started/quickstart.md: ########## @@ -152,43 +167,53 @@ First, make sure to add `connect-file-4.3.0.jar` to the `plugin.path` property i Edit the `config/connect-standalone.properties` file, add or change the `plugin.path` configuration property match the following, and save the file: ```bash -$ echo "plugin.path=libs/connect-file-4.3.0.jar" >> config/connect-standalone.properties +echo "plugin.path=libs/connect-file-4.3.0.jar" >> config/connect-standalone.properties ``` Then, start by creating some seed data to test with: ```bash -$ echo -e "foo +echo -e "foo Review Comment: Good point. Since the two-command style works on both Unix-like shells and Windows, I think we can use it once and remove the separate Windows block. I’ll send a small follow-up patch. Thanks! -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
