kkonstantine commented on a change in pull request #11908:
URL: https://github.com/apache/kafka/pull/11908#discussion_r835512365



##########
File path: docs/connect.html
##########
@@ -74,6 +74,7 @@ <h4><a id="connect_running" href="#connect_running">Running 
Kafka Connect</a></h
         <li><code>config.storage.topic</code> (default 
<code>connect-configs</code>) - topic to use for storing connector and task 
configurations; note that this should be a single partition, highly replicated, 
compacted topic. You may need to manually create the topic to ensure the 
correct configuration as auto created topics may have multiple partitions or be 
automatically configured for deletion rather than compaction</li>
         <li><code>offset.storage.topic</code> (default 
<code>connect-offsets</code>) - topic to use for storing offsets; this topic 
should have many partitions, be replicated, and be configured for 
compaction</li>
         <li><code>status.storage.topic</code> (default 
<code>connect-status</code>) - topic to use for storing statuses; this topic 
can have multiple partitions, and should be replicated and configured for 
compaction</li>
+        <li><code>plugin.path</code> (default <code>empty</code>) - a list of 
paths that contain plugins (connectors, converters, transformations). For the 
purpose of quick starts users will have to add the path that contains the 
FileStreamSourceConnector and FileStreamSinkConnector packaged in 
<code>connect-file-"version".jar</code>, because these connectors are not 
included by default to the <code>CLASSPATH</code> or the 
<code>plugin.path</code> of the Connect worker</li>

Review comment:
       Thanks for the link @mimaison. In that case, it's worth updating the 
quick start here too. Let me do that




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


Reply via email to