sorintlab / stolon

PostgreSQL cloud native High Availability and more.
https://talk.stolon.io
Apache License 2.0
4.62k stars 443 forks source link

Does stolon not support using logical replication between clusters while using streaming replication internally? #914

Open jackin853 opened 11 months ago

jackin853 commented 11 months ago

I have two sets of stolon clusters and I want to build a disaster recovery plan. Both sets of clusters use physical streaming replication internally, but I want to use logical replication between the clusters because I don't need to replicate some tables. I have been trying to configure it following the official documentation, but I haven't succeeded. The documentation is too vague and only mentions using streaming replication between clusters with a diagram, and there are no examples to refer to. Does stolon not support using logical replication between clusters while using streaming replication internally?