Skip to content

[hotfix][docs]add a configuration example for debezium in SqlServer-CDC.md #9182

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: 2.3.9-release
Choose a base branch
from

Conversation

ymbian
Copy link

@ymbian ymbian commented Apr 16, 2025

Purpose of this pull request

This pull request adds a configuration example for debezium in sqlserver-cdc.md
issue: #8346

Does this PR introduce any user-facing change?

How was this patch tested?

Check list

@nielifeng nielifeng requested a review from Copilot April 16, 2025 07:01
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a configuration example for Debezium in the SqlServer-CDC documentation to address issue 8346.

  • Updated the JDBC URL to include the "trustServerCertificate" parameter.
  • Added a Debezium configuration block that also sets the "database.trustServerCertificate" property.

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
Copy link
Preview

Copilot AI Apr 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Suggested change
database.trustServerCertificate=true

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant