I have a database that is highly transactional and currently not a multi master setup. I am looking for a multi master setup where the database can accept read writes and sync from multiple databases and sustain failure like a ring topology. I understand peer to peer replication will fit this model but hasn't implemented it in the past.
What are pros and cons of p2p replication and are there any alternatives ?
I am current using SQL server 2016 EE.