-
Notifications
You must be signed in to change notification settings - Fork 5.1k
Closed
Labels
idea/new plugin[legacy] those issues belong to Kong Nation, since GitHub issues are reserved for bug reports.[legacy] those issues belong to Kong Nation, since GitHub issues are reserved for bug reports.
Milestone
Description
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;Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
idea/new plugin[legacy] those issues belong to Kong Nation, since GitHub issues are reserved for bug reports.[legacy] those issues belong to Kong Nation, since GitHub issues are reserved for bug reports.