URLinks Docs
GatewayChain
Set theme to dark (⇧+D)

Load Balancer

When multiple endpoints is registered, you can use load balancer to distribute requests to best available endpoint.

To furthur embrace stateless serverless architecture, you can register endpoint when it is running. View more at Discover Endpoints.

​​ Round Robin

The default load balancer is round robin. It will distribute requests to endpoints in a round robin fashion.

​​ Geo Based

Geo based load balancer will distribute requests to endpoints based on their geo location. It will pick the closest endpoint to the client, it will reduce latency and improve performance.

​​ Weighted

A weighted load balancer will distribute requests to endpoints based on their weight. It will pick the endpoint with the highest weight.