HI Guys, Lets say I have 2 DC's and I have 3 node cluster on each DC and one replica on each DC. I would like to maintain Strong consistency and high availability so
1) First of all, How do I even set up one replica on each DC? 2) what should my read and write consistent levels be when I am using LWT? 3) what is the difference of between QUORUM and SERIAL when using LWT for both reads and writes? Thanks!