Skip to content

Commit

Permalink
Fix bug #48497
Browse files Browse the repository at this point in the history
  • Loading branch information
burakku committed Nov 22, 2024
1 parent eb25860 commit 9e2c36e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ class DebeziumPropertiesBuilder(private val props: Properties = Properties()) {
with("value.converter.replace.null.with.default", "false")
// Timeout for DebeziumEngine's close() method.
with("debezium.embedded.shutdown.pause.before.interrupt.ms", "10000")
// Unblock CDC syncs by skipping errors caused by unparseable DDLs
with("schema.history.internal.skip.unparseable.ddl", "true")
}

fun withOffset(): DebeziumPropertiesBuilder = apply {
Expand Down

0 comments on commit 9e2c36e

Please sign in to comment.