Skip to content

Commit

Permalink
Merge pull request #514 from Altinity/subkanthi-patch-1
Browse files Browse the repository at this point in the history
Update config.yml to set database.connectionTimezone
  • Loading branch information
subkanthi committed Mar 26, 2024
2 parents dac8a13 + da4a00e commit ae2a760
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sink-connector-lightweight/docker/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ auto.create.tables: "true"
#"auto.create.tables.replicated: "true"

# database.connectionTimeZone: The timezone of the MySQL database server used to correctly shift the commit transaction timestamp.
#database.connectionTimeZone: "US/Samoa"
database.connectionTimeZone: "UTC"

# clickhouse.datetime.timezone: This timezone will override the default timezone of ClickHouse server. Timezone columns will be set to this timezone.
#clickhouse.datetime.timezone: "UTC"
Expand Down Expand Up @@ -154,4 +154,4 @@ restart.event.loop.timeout.period.secs: "3000"
#thread.pool.size: 10

# Sink Connector maximum queue size
#sink.connector.max.queue.size: "100000"
#sink.connector.max.queue.size: "100000"

0 comments on commit ae2a760

Please sign in to comment.