Load Balacing
Round Robin
{
"name": "My API",
"proxy": {
"listen_path": "/foo/*",
"upstreams" : {
"balancing": "rr",
"targets": [
{"target": "http://my-api1.com"},
{"target": "http://my-api2.com"},
{"target": "http://my-api3.com"}
]
},
"methods": ["GET"]
}
}Weight
Last updated
Was this helpful?