Hi All,
My topology is as shown below:
slave1 <------physical streaming protocol-----master1 <----logical
streaming protocol-----> master2 ------ physical streaming protocol
---> slave2
The master1 and slave1 are within DC1, while the others are within DC2.
The logical streaming replication is used to replicate changes between
DC. I need to confirm that whether the logical replication slot would
be saved in wal and replicated to slave via physical replication? So
that in case of failover, the new master still holds the slot needed
by peer.