Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .infra/clickhouse-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ database.server.name: "%database_dbname%"
# schema.include.list: An optional list of regular expressions that match schema names to be monitored;
schema.include.list: "public"

# no need to patch client anymore, we can use jdbc settings
clickhouse.jdbc.settings: "insert_allow_materialized_columns=1,async_insert=1,wait_for_async_insert=0"

# plugin.name: The name of the PostgreSQL logical decoding plug-in installed on the PostgreSQL server. Supported values are decoderbufs, and pgoutput.
plugin.name: "pgoutput"

Expand Down
2 changes: 1 addition & 1 deletion .infra/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ if (!isAdhocEnv) {
},
image: {
repository: 'gcr.io/daily-ops/clickhouse-sink-docker',
tag: '6b73adea1357df3e755dfc083c3a89bd2ccc348b',
tag: '7f80483d4edfeefaaa8961e7fa2608299e4191b9',
},
resources: {
// TODO: adjust resources based on the actual usage
Expand Down
Loading