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!
Asked
Active
Viewed 1,012 times
4

Kevin
- 1,403
- 4
- 18
- 34
3 Answers
4
Update:
This feature now is enabled on Google Cloud SQL. To enable wal_level
to replication you just need to set the flag cloudsql.logical_decoding
as on.
For more details:
Note: this issue was solved in August, 30th release.

natanvotre
- 81
- 5
0
The Cloud SQL engineering team is working on this issue, here you can find a Feature Request. You can star it in order to get notified when it gets updated. Also you can write a comment there and ask a question. Please, bear in mind that we don't have an ETA for it.

Jaroslav
- 724
- 4
- 17
-
That issue was created two years ago, and after 70+ starts and 58 comments, it's still a P3 priority. What exactly do you mean by "working on this issue"? – chb Feb 10 '21 at 01:10