JimmyWang6 commented on code in PR #21243:
URL: https://github.com/apache/kafka/pull/21243#discussion_r2660767587


##########
docs/getting-started/quickstart.md:
##########
@@ -135,7 +135,7 @@ You probably have lots of data in existing systems like 
relational databases or
 
 In this quickstart we'll see how to run Kafka Connect with simple connectors 
that import data from a file to a Kafka topic and export data from a Kafka 
topic to a file. 
 
-First, make sure to add `connect-file-4.3.0.jar` to the `plugin.path` property 
in the Connect worker's configuration. For the purpose of this quickstart we'll 
use a relative path and consider the connectors' package as an uber jar, which 
works when the quickstart commands are run from the installation directory. 
However, it's worth noting that for production deployments using absolute paths 
is always preferable. See 
[plugin.path](/documentation/#connectconfigs_plugin.path) for a detailed 
description of how to set this config. 
+First, make sure to add `connect-file-4.3.0.jar` to the `plugin.path` property 
in the Connect worker's configuration. For the purpose of this quickstart we'll 
use a relative path and consider the connectors' package as an uber jar, which 
works when the quickstart commands are run from the installation directory. 
However, it's worth noting that for production deployments using absolute paths 
is always preferable. See 
[plugin.path](/configuration/kafka-connect-configs/#connectconfigs_plugin.path) 
for a detailed description of how to set this config. 

Review Comment:
   Thanks for the comment. The link 
../configuration/kafka-connect-configs/#connectconfigs_plugin.path leads to a 
404 error. 
   <img width="881" height="145" alt="image" 
src="https://github.com/user-attachments/assets/7d1451ef-998c-4bdf-abdc-63205be7a096";
 />
   However, 
`../../configuration/kafka-connect-configs/#connectconfigs_plugin.path` works 
in my environment. I am not sure if this difference is due to my specific 
testing method or environment setup.
   <img width="1020" height="97" alt="image" 
src="https://github.com/user-attachments/assets/5aa526f3-7acb-4c18-84a2-a4649abec96e";
 />
   
   



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

Reply via email to