Skip to content

Commit

Permalink
uc
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhao-su committed May 14, 2024
1 parent 91ffe6f commit 205de1b
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,7 @@ heartbeat.interval.ms=${debezium.heartbeat.interval.ms:-60000}
name=${hostname}:${port}:${database.name}.${table.name:-RW_CDC_Sharing}
# In sharing cdc mode, transaction metadata will be enabled in frontend
provide.transaction.metadata=${transactional:-false}

## Pass-through driver properties
# force connection session timezone to UTC(+00:00)
driver.connectionTimeZone=+00:00
driver.forceConnectionTimeZoneToSession=true

0 comments on commit 205de1b

Please sign in to comment.