Skip to content

Commit 8d699b7

Browse files
authored
chore: bump clickhouse-sync (#3957)
Signed-off-by: Viktor Poluksht <viktor@daily.dev>
1 parent 4aee402 commit 8d699b7

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.infra/clickhouse-sync.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ clickhouse.server.database: "%clickhouse_database%"
4848
database.allowPublicKeyRetrieval: "true"
4949

5050
# snapshot.mode: Debezium can use different modes when it runs a snapshot. The snapshot mode is determined by the snapshot.mode configuration property.
51-
snapshot.mode: "never"
51+
snapshot.mode: "no_data"
5252

5353
slot.name: "clickhouse_sync"
5454

@@ -66,6 +66,7 @@ thread.pool.size: 5
6666

6767
max.queue.size: 128000
6868
max.batch.size: 32000
69+
sink.connector.max.queue.size: 1000
6970

7071
#snapshot.fetch.size: 1024
7172
metrics.enable: "false"

.infra/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ if (!isAdhocEnv) {
833833
},
834834
image: {
835835
repository: 'gcr.io/daily-ops/clickhouse-sink-docker',
836-
tag: '3710894a40b8d7f9e4a463552e84a34e50d7885b',
836+
tag: '96661ec8e28786bec007a3c77aaabe63fb29d33a',
837837
},
838838
resources: {
839839
requests: {

0 commit comments

Comments
 (0)