Skip to content

Commit a231c19

Browse files
authored
Disable PG CDC store for CH destinations by default (#4515)
Mainlining https://github.com/PeerDB-io/peerdb/releases/tag/v0.36.32
1 parent 92a7011 commit a231c19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

flow/internal/dynamicconf.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ var DynamicSettings = [...]*protos.DynamicSetting{
7474
{
7575
Name: "PEERDB_CLICKHOUSE_CDC_STORE_ENABLED",
7676
Description: "Override PEERDB_CDC_STORE_ENABLED when destination is ClickHouse",
77-
DefaultValue: "true",
77+
DefaultValue: "false",
7878
ValueType: protos.DynconfValueType_BOOL,
7979
ApplyMode: protos.DynconfApplyMode_APPLY_MODE_AFTER_RESUME,
8080
TargetForSetting: protos.DynconfTarget_CLICKHOUSE,

0 commit comments

Comments
 (0)