You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 3, 2022. It is now read-only.
I'm found that CQLSharp library have configuration around DiscoveryScope and ConnectionStrategy.
So, I set these configuration to "DataCenter" and "PartitionAware".
Let say we have 2 data center with 2 for each.
Look like it round robin between 2 server within data center we specify. Then, when we down these 2 server. It's not moving to another data center we have.
I'm not sure this is expected behavior or not.
If not, Do I have any way to use data-center aware round-robin for load balancing and how I can configure it?
Thanks.
The text was updated successfully, but these errors were encountered:
pkongkietvan
changed the title
Do I have any way to use data-center aware round-robin load balancing?
Do I have anyway to use data-center aware round-robin load balancing?
Sep 14, 2015
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
I'm found that CQLSharp library have configuration around DiscoveryScope and ConnectionStrategy.
So, I set these configuration to "DataCenter" and "PartitionAware".
Let say we have 2 data center with 2 for each.
Look like it round robin between 2 server within data center we specify. Then, when we down these 2 server. It's not moving to another data center we have.
I'm not sure this is expected behavior or not.
If not, Do I have any way to use data-center aware round-robin for load balancing and how I can configure it?
Thanks.
The text was updated successfully, but these errors were encountered: