Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-4139

Support SSL for SQL Server connector

    XMLWordPrintable

Details

    • False
    • False

    Description

      The MySQL connector includes a database.ssl.mode configuration item - we would like to run the Debezium over TLS with SQL Server too.

      Raising this enhancement for visibility.

       

      The affected code would probably be around here in

      package io.debezium.connector.sqlserver;

      private static String createUrlPattern(boolean multiPartitionMode) {
      String pattern = URL_PATTERN;
      if (!multiPartitionMode) {
      pattern += ";databaseName=${" + JdbcConfiguration.DATABASE + "}";
      }

      return pattern;
      }

       

      Attachments

        Activity

          People

            Unassigned Unassigned
            mike.mentz2maersk.com Mike Mentz (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated: