From 6670eae2dd0fec35265de3437da51f41c13a32dd Mon Sep 17 00:00:00 2001 From: Viktor Poluksht Date: Mon, 22 Jun 2026 09:54:43 +0200 Subject: [PATCH 1/3] chore: bump clickhouse-sync Signed-off-by: Viktor Poluksht --- .infra/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.infra/index.ts b/.infra/index.ts index 5e289ad886..c4d857dc6d 100644 --- a/.infra/index.ts +++ b/.infra/index.ts @@ -833,7 +833,7 @@ if (!isAdhocEnv) { }, image: { repository: 'gcr.io/daily-ops/clickhouse-sink-docker', - tag: 'e4f6c9b3a958c9a5a4ef4aaa9f29e2d223293ff8', + tag: '3710894a40b8d7f9e4a463552e84a34e50d7885b', }, resources: { requests: { From dc5fb630dd8efb3a5ced483f6972f075d5587f31 Mon Sep 17 00:00:00 2001 From: Viktor Poluksht Date: Mon, 22 Jun 2026 15:58:16 +0200 Subject: [PATCH 2/3] chore: bump clickhouse-sync Signed-off-by: Viktor Poluksht --- .infra/clickhouse-sync.yml | 3 ++- .infra/index.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.infra/clickhouse-sync.yml b/.infra/clickhouse-sync.yml index 2541d91bb7..06371869fd 100644 --- a/.infra/clickhouse-sync.yml +++ b/.infra/clickhouse-sync.yml @@ -48,7 +48,7 @@ clickhouse.server.database: "%clickhouse_database%" database.allowPublicKeyRetrieval: "true" # snapshot.mode: Debezium can use different modes when it runs a snapshot. The snapshot mode is determined by the snapshot.mode configuration property. -snapshot.mode: "never" +snapshot.mode: "no_data" slot.name: "clickhouse_sync" @@ -66,6 +66,7 @@ thread.pool.size: 5 max.queue.size: 128000 max.batch.size: 32000 +sink.connector.max.queue.size: 1000 #snapshot.fetch.size: 1024 metrics.enable: "false" diff --git a/.infra/index.ts b/.infra/index.ts index c4d857dc6d..5a9269d4c9 100644 --- a/.infra/index.ts +++ b/.infra/index.ts @@ -833,7 +833,7 @@ if (!isAdhocEnv) { }, image: { repository: 'gcr.io/daily-ops/clickhouse-sink-docker', - tag: '3710894a40b8d7f9e4a463552e84a34e50d7885b', + tag: '96661ec8e28786bec007a3c77aaabe63fb29d33a', }, resources: { requests: { From 6388f88ae9066702365c8453210fc0ccceee5ea8 Mon Sep 17 00:00:00 2001 From: Viktor Poluksht Date: Tue, 23 Jun 2026 16:29:34 +0200 Subject: [PATCH 3/3] chore: bump clickhouse-sync Signed-off-by: Viktor Poluksht --- .infra/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.infra/index.ts b/.infra/index.ts index 5a9269d4c9..d14c2ebd98 100644 --- a/.infra/index.ts +++ b/.infra/index.ts @@ -833,7 +833,7 @@ if (!isAdhocEnv) { }, image: { repository: 'gcr.io/daily-ops/clickhouse-sink-docker', - tag: '96661ec8e28786bec007a3c77aaabe63fb29d33a', + tag: 'a8af2618f2c2a79029ae03f705197ffc876bdb77', }, resources: { requests: {