Added load balancing capabilities in the jdbc driver
Modified the YugabyteClusterAwareDriver. It extends PGSimpleDataSource
Added 2 new properties: load-balance and topology-keys
when only load-balance=true is given then uniform load distribution happens and when topolgy-keys are given then connections are distributed to only those hosts.
removed cassandra dependencies and older classes.
All Submissions:
[x] Have you followed the guidelines in our Contributing document?
[x] Have you checked to ensure there aren't other open Pull Requests for the same update/change?
New Feature Submissions:
[x] Does your submission pass tests?
[ ] Have you added your new test classes to an existing test suite?
Changes to Existing Features:
[x] Does this break existing behaviour? If so please explain.
[x ] Have you added an explanation of what your changes do and why you'd like us to include them?
[x ] Have you written new tests for your core changes, as applicable?
[x ] Have you successfully run tests with your changes locally?
Done the following changes:
All Submissions:
New Feature Submissions:
Changes to Existing Features: