Search code examples
postgresqlgoogle-cloud-platformapache-kafkareplicationcdc

Enable logical replication on Google Cloud Postgres


Is there anyway to enable logical replication wal_level = logical on Google Cloud Postgres instance? I want to do CDC (change data capture) to stream WAL Record to Apache Kafka. Thanks for your help!


Solution

  • No, this is not supported by Cloud SQL for PostgreSQL.