Skip to content

Support load balancing with nginx dynamic upstreams #157

@subnetmarco

Description

@subnetmarco

Support for dynamic upstreams that will enable dynamic load balancing per API.

 # sample upstream block:
 upstream backend {
    server 127.0.0.1:12354;
    server 127.0.0.1:12355;
    server 127.0.0.1:12356 backup;
}

So we can proxy_pass like:

proxy_pass http://backend;

Metadata

Metadata

Labels

idea/new plugin[legacy] those issues belong to Kong Nation, since GitHub issues are reserved for bug reports.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions