Skip to content

Commit 372030a

Browse files
Narosjpechane
authored andcommitted
DBZ-5290 Do not use SSL with SQL Server by default
1 parent aebd086 commit 372030a

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

monitoring/register-sqlserver.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"database.password" : "Password!",
1111
"database.dbname" : "testDB",
1212
"database.history.kafka.bootstrap.servers" : "kafka:9092",
13-
"database.history.kafka.topic": "schema-changes.inventory"
13+
"database.history.kafka.topic": "schema-changes.inventory",
14+
"database.encrypt": "false"
1415
}
1516
}

sql-server-read-replica/register-sqlserver.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"database.applicationIntent": "ReadOnly",
1313
"snapshot.isolation.mode": "snapshot",
1414
"database.history.kafka.bootstrap.servers" : "kafka:9092",
15-
"database.history.kafka.topic": "schema-changes.inventory"
15+
"database.history.kafka.topic": "schema-changes.inventory",
16+
"database.encrypt": "false"
1617
}
1718
}

tutorial/register-sqlserver.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"database.password" : "Password!",
1111
"database.dbname" : "testDB",
1212
"database.history.kafka.bootstrap.servers" : "kafka:9092",
13-
"database.history.kafka.topic": "schema-changes.inventory"
13+
"database.history.kafka.topic": "schema-changes.inventory",
14+
"database.encrypt": "false"
1415
}
1516
}

0 commit comments

Comments
 (0)