phoenix-dataplane / phoenix

Phoenix dataplane system service
https://phoenix-dataplane.github.io
Apache License 2.0
50 stars 9 forks source link

Basic Load Balancer Functionality #239

Closed livingshade closed 1 year ago

livingshade commented 1 year ago

Why are these changes needed?

Now we support client connect to multiple server ip address and a basic round-robin load balancer that distribute the request accordingly.

Changes

Todos

Checks

livingshade commented 1 year ago

cc @crazyboycjr

livingshade commented 1 year ago

Can you merge this first? I feel like the refactor and message bus requires a lot of code change, and perhaps we should separate it from load balancer.