Skip to content

Commit 786174b

Browse files
Update debezium-connector-setup.sh clarification
linked wtih Altinity#901
1 parent 9103ab6 commit 786174b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sink-connector/deploy/debezium-connector-setup.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ cat <<EOF | curl --request POST --url "${CONNECTORS_MANAGEMENT_URL}" --header 'C
5050
"database.server.name": "${DATABASE_SERVER_NAME}",
5151
"database.whitelist": "${MYSQL_DBS}",
5252
53+
"tombstones.on.delete": "false",
54+
5355
"database.history.kafka.bootstrap.servers": "${KAFKA_BOOTSTRAP_SERVERS}",
5456
"database.history.kafka.topic": "${KAFKA_TOPIC}"
5557
}

0 commit comments

Comments
 (0)