Skip to content

Commit

Permalink
feat(clickpipes): add warning that pg proxies are not supported for CDC
Browse files Browse the repository at this point in the history
  • Loading branch information
iamKunalGupta committed Jan 9, 2025
1 parent f7cbb6e commit f897f1f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,12 @@ Make sure you are logged in to your ClickHouse Cloud account. If you don't have

![Fill in connection details](./images/postgres-connection-details.jpg)

:::warning

Postgres Proxies like PgBouncer, RDS Proxy, Supabase Pooler, etc., are not supported for CDC based replication. Please make sure to NOT use them for the ClickPipes setup and instead add connection details of the actual Postgres database.

:::

<details>
<summary> (Optional) Setting up SSH Tunneling </summary>

Expand Down

0 comments on commit f897f1f

Please sign in to comment.