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
Ensure clusterInfoMap does not become empty when external LB is given (……#25)
* Ensure clusterInfoMap does not become empty if host, in yb_servers() response, is same as public_ip
* Update version to 42.7.3-yb-2
Support for connection load balancing across read-replica cluster nod…
…es (#22)
* Allow new values of load-balance: any, only-primary, only-rr, prefer-primary and prefer-rr
* Make load-balance property editable in YBClusterAwareDataSource
* Add missing lb properties to PGProperty
[DB-6321] Fix for fallback issues in TopologyAware load balancing (#16)
[DB-6321] Fix for fallback issues in TopologyAware load balancing (#16)
* Hikari example added and some other changes