That is not correct. You setup failover for replicas using asynchronous_connection_failover_add_source
. On a replica, you would execute asynchronous_connection_failover_add_source
to add several source candidates. If the first one fails, the replica picks the next source and attempts to connect.