Skip to content

Commit 3d97f46

Browse files
authored
Implement load balancing
* Implement load balancing * Implement failover for singleServer with failover * Add property loading for `acquireHostList` and `loadBalancingStrategy` * Add load balancing docs * snapshot version 4.3.0-SNAPSHOT * Fix bug random host handler * Fix test properties * Implement following redirects * Load balancing/ fallback refactoring * Change redirect to response code 503 and header 'x-arango-endpoint' * Fix acquireHostList db call * Fix changelog
1 parent 60a12dd commit 3d97f46

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+1724
-603
lines changed

ChangeLog

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v4.3.0 (2017-11-23)
2+
---------------------------
3+
* added load balancing (ArangoDB.Builder.loadBalancingStrategy())
4+
* added automatic acquiring of hosts for load balancing or as fallback (ArangoDB.Builder.acquireHostList())
5+
16
v4.2.7 (2017-11-03)
27
---------------------------
38
* added ArangoGraph.exists()

0 commit comments

Comments
 (0)