Provide a turnkey Primary-Replica feature for disaster recover. Alternatively provide API such that a "Replication Peer Instance" can: connect to a "primary" database simultaneously connect to a "replica" database (in a different data center) * read transactions from primary sequentially and write those transactions to the replica.