Copilot commented on code in PR #9182:
URL: https://github.com/apache/seatunnel/pull/9182#discussion_r2046222308


##########
docs/en/connector-v2/source/SqlServer-CDC.md:
##########
@@ -183,7 +183,10 @@ source {
     startup.mode="latest"
     database-names = ["column_type_test"]
     table-names = ["column_type_test.dbo.full_types"]
-    base-url = "jdbc:sqlserver://localhost:1433;databaseName=column_type_test"
+    base-url = 
"jdbc:sqlserver://localhost:1433;databaseName=column_type_test;trustServerCertificate=true"
+    debezium = {
+         database.trustServerCertificate=true

Review Comment:
   [nitpick] Setting trustServerCertificate both in the JDBC URL and within the 
Debezium block might be redundant and could lead to conflicting configurations. 
Consider consolidating to a single configuration if possible.
   ```suggestion
   
   ```



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