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 2022/01/04 05:59:47 UTC

[GitHub] [kafka] showuon commented on a change in pull request #11642: MINOR: Improve Connect docs

showuon commented on a change in pull request #11642:
URL: https://github.com/apache/kafka/pull/11642#discussion_r777841645



##########
File path: docs/connect.html
##########
@@ -41,7 +41,7 @@ <h4><a id="connect_running" href="#connect_running">Running Kafka Connect</a></h
     <p>In standalone mode all work is performed in a single process. This configuration is simpler to setup and get started with and may be useful in situations where only one worker makes sense (e.g. collecting log files), but it does not benefit from some of the features of Kafka Connect such as fault tolerance. You can start a standalone process with the following command:</p>
 
     <pre class="brush: bash;">
-    &gt; bin/connect-standalone.sh config/connect-standalone.properties connector1.properties [connector2.properties ...]
+&gt; bin/connect-standalone.sh config/connect-standalone.properties connector1.properties [connector2.properties ...]
     </pre>

Review comment:
       I found we put an additional line for each command. 
   ![image](https://user-images.githubusercontent.com/43372967/148015459-d08d7609-7e19-4c7e-840b-6e37fb49578b.png)
   
   
   We should put the ending `</pre>` at the end of the command, ex:
   ```
   <pre class="brush: bash;">
   &gt; bin/connect-standalone.sh config/connect-standalone.properties connector1.properties [connector2.properties ...]</pre>
   ```
   
   Same as other commands.
   




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