Hello Say I have 4 nodes: A, B, C and D and wish to have consistency level for writes defined in such as way that writes meet the following consistency level: (A or B) AND C AND !D, i.e. either of A or B will suffice and C to be included into consistency level as well. But the write should not wait for D.
Is such a configuration possible ? I tried various combinations of EACH_QUORUM and LOCAL_QUORUM and clubbing the nodes in different DCs but could not really come up with a solution. Maybe I am missing something. Thanks.