Originally from the User Slack
@Some_Random_Guy: quick ? re: clients and consistency. if you have a cluster (let’s call the nodes n1-dc1 and n2-dc2). n1-dc1 is in dc1 rack1, n2-dc2 is in dc2 rack1. In my app, I have the consistency configured to be local_quorum and the host set to n1-dc1. Should my app be trying to connect to n2-dc2?
@Felipe_Cardeneti_Mendes: Connecting yes, using dc2 nodes as coordinators no
If you want to prevent connecting most drivers allow you to either blacklist a DC
@Some_Random_Guy: oh ok
thanks @Felipe_Cardeneti_Mendes