Skip to content

Commit

Permalink
Revert "chore: enable transactional cdc for mysql and postgres by def…
Browse files Browse the repository at this point in the history
…ault (#14899)"

This reverts commit 9c874fe.
  • Loading branch information
StrikeW committed Feb 4, 2024
1 parent ad1235b commit 96e61c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ heartbeat.interval.ms=${debezium.heartbeat.interval.ms:-60000}
# In sharing cdc mode, we will subscribe to multiple tables in the given database,
# so here we set ${table.name} to a default value `RW_CDC_Sharing` just for display.
name=${hostname}:${port}:${database.name}.${table.name:-RW_CDC_Sharing}
# Enable transaction metadata by default
provide.transaction.metadata=${transactional:-true}
provide.transaction.metadata=${transactional:-false}
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,4 @@ heartbeat.interval.ms=${debezium.heartbeat.interval.ms:-300000}
# In sharing cdc source mode, we will subscribe to multiple tables in the given database,
# so here we set ${table.name} to a default value `RW_CDC_Sharing` just for display.
name=${hostname}:${port}:${database.name}.${schema.name}.${table.name:-RW_CDC_Sharing}
# Enable transaction metadata by default
provide.transaction.metadata=${transactional:-true}
provide.transaction.metadata=${transactional:-false}

0 comments on commit 96e61c3

Please sign in to comment.