I have certain requirements to replicate 3 servers ?
IF we consider server a,server b,server c.
Any write operation on a should be written to b and c
and Any write operation on b should be written to a and c
and same for C.
What is the best solution in term of data consistency and synchronization and performance.