You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a config to disable CDC store for ClickHouse (#4438)
Building on #4366
- Introduce `PEERDB_CLICKHOUSE_CDC_STORE_ENABLED` to allow separating
handling of cdc store enablement for ClickHouse (since other
destinations like PG-to-PG and PG-to-Snowflake requires this to be
enabled).
- Still honor existing services with CDC store disabled, to avoid OOM
issues resurfacing
- Currently `PEERDB_CLICKHOUSE_CDC_STORE_ENABLED` is default to `true`,
can be updated to `false` once we are ready to flip the switch (PR is
currently a no-op)
---------
Co-authored-by: Joy Gao <17896160+jgao54@users.noreply.github.com>
0 commit comments