Commit 3d97f46
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 changelog1 parent 60a12dd commit 3d97f46
File tree
48 files changed
+1724
-603
lines changed- src
- main/java/com/arangodb
- entity
- internal
- http
- net
- util
- velocypack
- velocystream
- internal
- velocystream
- test/java/com/arangodb/internal
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| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
1 | 6 | | |
2 | 7 | | |
3 | 8 | | |
| |||
0 commit comments