Skip to content

Commit 0b8de5d

Browse files
Major refactor of resolvers and balancers.
* Implement WeightedRandomBalancer and WeightedRoundRobinBalancer * Change ATC protocol to be event-oriented * Create new "announcer" library for backends to publish their IP:port * Use "announcer" library in demo-backend * Implement gRPC health checking in demo-backend
1 parent 5445a33 commit 0b8de5d

Some content is hidden

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

56 files changed

+3751
-2644
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.4
1+
0.3.0

CHANGELOG.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
v0.3.0
2+
* Implement WeightedRandomBalancer and WeightedRoundRobinBalancer balancers
3+
* Change ATC protocol to be event-oriented
4+
* Create new "announcer" library for backends to easily publish their IP:port
5+
* Use "announcer" library in demo-backend
6+
* Implement gRPC health checking in demo-backend
7+
* Significant refactor/cleanup work on resolvers/balancers
8+
19
v0.2.4
210
* Changes to build and release process
311
* Docker multiarch support for arm64v8

0 commit comments

Comments
 (0)