tokers commented on a change in pull request #3493:
URL: https://github.com/apache/apisix/pull/3493#discussion_r568583419
##########
File path: apisix/schema_def.lua
##########
@@ -323,7 +323,7 @@ local upstream_schema = {
type = {
description = "algorithms of load balancing",
type = "string",
- enum = {"chash", "roundrobin", "ewma", "least_conn"}
+ enum = {"chash", "roundrobin", "ewma", "least_conn", "swrr"}
Review comment:
I'm inclined to optimize the current roundrobin loadbalancer, not
creating a new one, the `roundrobin` and `swrr` are same in essence.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]